#include <Var.h>
Public Member Functions | |
unsigned int | get_ref_count () const |
unsigned int | inc_ref_count () |
unsigned int | dec_ref_count () |
Protected Member Functions | |
VarTarget () | |
Private Member Functions | |
VarTarget & | operator= (const VarTarget &v) |
Private Attributes | |
unsigned int | ref_count |
QDOS::VarTarget::VarTarget | ( | ) | [inline, protected] |
unsigned int QDOS::VarTarget::dec_ref_count | ( | ) | [inline] |
unsigned int QDOS::VarTarget::get_ref_count | ( | ) | const [inline] |
unsigned int QDOS::VarTarget::inc_ref_count | ( | ) | [inline] |
unsigned int QDOS::VarTarget::ref_count [private] |