#include <ETL/handle>
Inheritance diagram for rshared_object:
Public Member Functions | |
void | rref () const |
void | runref () const |
int | rcount () const |
Public Attributes | |
void * | front_ |
void * | back_ |
Protected Member Functions | |
rshared_object () | |
Private Attributes | |
int | rrefcount |
Definition at line 322 of file _handle.h.
void rshared_object::rref | ( | ) | const [inline] |
void rshared_object::runref | ( | ) | const [inline] |
int rshared_object::rcount | ( | ) | const [inline] |
int rshared_object::rrefcount [mutable, private] |
void* rshared_object::front_ |
void* rshared_object::back_ |