#include <lestes/common.hh>#include "ss_type_builtin.g.hh"Go to the source code of this file.
Namespaces | |
| namespace | lestes |
| namespace | lestes::lang |
| namespace | lestes::lang::cplus |
| namespace | lestes::lang::cplus::sem |
Defines | |
| #define | builtin_instace_method(TYPE) |
| #define builtin_instace_method | ( | TYPE | ) |
Value:
ptr< ss_type > TYPE::instance() \
{ \
if (!the_instance) { \
the_instance = TYPE::create(); \
} \
return the_instance; \
}
Definition at line 36 of file ss_type_builtin.cc.
1.5.1-20070107