![]() |
My Project
|
#include <attrib.h>
Public Member Functions | |
| void | Init () |
| void | Print () |
| attr | Copy () |
| void * | CopyA () |
| attr | set (char *s, void *data, int t) |
| attr | get (const char *s) |
| void | kill (const ring r) |
| void | killAll (const ring r) |
Public Member Functions inherited from omallocClass | |
| void * | operator new (size_t size) throw (std::bad_alloc) |
| void | operator delete (void *block) throw () |
| void * | operator new[] (size_t size) throw (std::bad_alloc) |
| void | operator delete[] (void *block) throw () |
| void * | operator new (size_t size, const std::nothrow_t &) throw () |
| void * | operator new[] (size_t size, const std::nothrow_t &) throw () |
Data Fields | |
| char * | name |
| void * | data |
| attr | next |
| int | atyp |
| attr sattr::Copy | ( | ) |
| void * sattr::CopyA | ( | ) |
Definition at line 2137 of file subexpr.cc.
|
inline |
| void sattr::killAll | ( | const ring | r | ) |
Definition at line 189 of file attrib.cc.
| attr sattr::set | ( | char * | s, |
| void * | data, | ||
| int | t | ||
| ) |