14 mutable int ref_count;
ref_counted()
constructor initializes the count to 0
Definition: ref_counted.h:18
struct used to make ref pointers to ref_counted friends of ref_counted
Definition: ref_ptr.h:23
Definition: ref_counted.h:11
int get_ref_count() const
read access to current count
Definition: ref_counted.h:23
void set_ref_count(int c) const
write access is also const to allow ref counted pointers to const instances
Definition: ref_counted.h:20
the cgv namespace
Definition: vr_calib.cxx:9