![]() |
Templates -- Meow
1.1.2
不能,也不應該先編譯成obj-file的templates
|
目前擺爛中 More...
#include "ObjProperties.h"
Public Member Functions | |
ObjProperties () | |
ObjProperties (ObjProperties const &p) | |
virtual | ~ObjProperties () |
size_t | propertySize () const |
bool | propertyEmpty () const |
void | propertyClear () |
ObjBase const * | property (std::string name) const |
ObjBase * | property (std::string name) |
bool | propertyAdd (std::string name, ObjBase *obj, bool autoRemove) |
bool | propertyDel (std::string name) |
ObjProperties & | properties () const |
ObjProperties & | properties (ObjProperties const &p) |
bool | write (FILE *f, bool bin, unsigned int fg) const |
bool | read (FILE *f, bool bin, unsigned int fg) |
ObjBase * | create () const |
ObjBase * | copyFrom (ObjBase const *b) |
char const * | ctype () const |
std::string | type () const |
![]() | |
virtual | ~ObjBase () |
Additional Inherited Members | |
![]() | |
static char const * | ctypeBase () |
static std::string | typeBase () |
![]() | |
ObjBase () | |
目前擺爛中
meow::ObjProperties< SID >::ObjProperties | ( | ) |
meow::ObjProperties< SID >::ObjProperties | ( | ObjProperties< SID > const & | p | ) |
|
virtual |
|
virtual |
Reimplemented from meow::ObjBase.
|
virtual |
Reimplemented from meow::ObjBase.
|
virtual |
Reimplemented from meow::ObjBase.
ObjProperties& meow::ObjProperties< SID >::properties | ( | ) | const |
ObjProperties& meow::ObjProperties< SID >::properties | ( | ObjProperties< SID > const & | p | ) |
ObjBase const* meow::ObjProperties< SID >::property | ( | std::string | name | ) | const |
ObjBase* meow::ObjProperties< SID >::property | ( | std::string | name | ) |
bool meow::ObjProperties< SID >::propertyAdd | ( | std::string | name, |
ObjBase * | obj, | ||
bool | autoRemove | ||
) |
void meow::ObjProperties< SID >::propertyClear | ( | ) |
bool meow::ObjProperties< SID >::propertyDel | ( | std::string | name | ) |
bool meow::ObjProperties< SID >::propertyEmpty | ( | ) | const |
size_t meow::ObjProperties< SID >::propertySize | ( | ) | const |
|
virtual |
Reimplemented from meow::ObjBase.
|
virtual |
Reimplemented from meow::ObjBase.
|
virtual |
Reimplemented from meow::ObjBase.