SNAP Library 2.1, Developer Reference
2013-09-25 10:47:25
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] |