|
SNAP Library 2.2, Developer Reference
2014-03-11 19:15:55
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <bd.h>
Public Member Functions | |
| TCRef () | |
| ~TCRef () | |
| void | MkRef () |
| void | UnRef () |
| bool | NoRef () const |
| int | GetRefs () const |
Private Member Functions | |
| TCRef & | operator= (const TCRef &) |
| TCRef (const TCRef &) | |
Private Attributes | |
| int | Refs |
| TCRef::TCRef | ( | const TCRef & | ) | [private] |
| TCRef::TCRef | ( | ) | [inline] |
| TCRef::~TCRef | ( | ) | [inline] |
| int TCRef::GetRefs | ( | ) | const [inline] |
| void TCRef::MkRef | ( | ) | [inline] |
| bool TCRef::NoRef | ( | ) | const [inline] |
| void TCRef::UnRef | ( | ) | [inline] |
int TCRef::Refs [private] |