Definition at line 154 of file shared.cc.
◆ SharedObject()
LibThread::SharedObject::SharedObject |
( |
| ) |
|
|
inline |
◆ ~SharedObject()
virtual LibThread::SharedObject::~SharedObject |
( |
| ) |
|
|
inlinevirtual |
◆ decref()
long LibThread::SharedObject::decref |
( |
| ) |
|
|
inline |
◆ get_name()
std::string & LibThread::SharedObject::get_name |
( |
| ) |
|
|
inline |
◆ get_type()
int LibThread::SharedObject::get_type |
( |
| ) |
|
|
inline |
◆ getref()
long LibThread::SharedObject::getref |
( |
| ) |
|
|
inline |
◆ incref()
void LibThread::SharedObject::incref |
( |
int |
by = 1 | ) |
|
|
inline |
◆ op2()
◆ op3()
◆ set_name() [1/2]
void LibThread::SharedObject::set_name |
( |
const char * |
s | ) |
|
|
inline |
Definition at line 166 of file shared.cc.
166 {
167 name = std::string(
s);
168 }
const CanonicalForm int s
int name
New type name for int.
◆ set_name() [2/2]
void LibThread::SharedObject::set_name |
( |
std::string & |
name_init | ) |
|
|
inline |
◆ set_type()
void LibThread::SharedObject::set_type |
( |
int |
type_init | ) |
|
|
inline |
◆ lock
Lock LibThread::SharedObject::lock |
|
private |
◆ name
std::string LibThread::SharedObject::name |
|
private |
◆ refcount
long LibThread::SharedObject::refcount |
|
private |
◆ type
int LibThread::SharedObject::type |
|
private |
The documentation for this class was generated from the following file: