#include <ss_type_size_evaluator.g.hh>
Inheritance diagram for lestes::md::types::ss_type_size_evaluator:
Public Member Functions | |
t_size | size_get (ptr< ::lestes::lang::cplus::sem::ss_type > type) |
Returns sizeof (in bits) for ss_type. | |
virtual ptr< reflection_list > | reflection_get () const |
for purposes of dumping | |
virtual ptr< field_list_list > | field_values_get () const |
for purposes of dumping | |
Static Public Member Functions | |
static ptr< ss_type_size_evaluator > | singleton_instance_get () |
The method singleton_instance_get returns the value of the field ss_type_size_evaluator::singleton_instance. | |
static void | singleton_instance_set (const ptr< ss_type_size_evaluator > &) |
The method singleton_instance_set sets the field ss_type_size_evaluator::singleton_instance to the given value. | |
static ptr< ss_type_size_evaluator > | instance () |
static ptr< ss_type_size_evaluator > | create () |
First generated factory method for class ss_type_size_evaluator. | |
Protected Member Functions | |
ss_type_size_evaluator () | |
Generated constructor for class ss_type_size_evaluator. | |
virtual void | gc_mark () |
Marking routine for class ss_type_size_evaluator. | |
Static Private Attributes | |
static ptr< ss_type_size_evaluator > | singleton_instance = NULL |
static ptr< reflection_list > | reflection = reflection |
lestes::md::types::ss_type_size_evaluator::ss_type_size_evaluator | ( | ) | [protected] |
Generated constructor for class ss_type_size_evaluator.
Generated constructor for class ss_type_size_evaluator.
ptr< ss_type_size_evaluator > lestes::md::types::ss_type_size_evaluator::singleton_instance_get | ( | ) | [static] |
The method singleton_instance_get returns the value of the field ss_type_size_evaluator::singleton_instance.
void lestes::md::types::ss_type_size_evaluator::singleton_instance_set | ( | const ptr< ss_type_size_evaluator > & | x | ) | [static] |
The method singleton_instance_set sets the field ss_type_size_evaluator::singleton_instance to the given value.
[in] | x | The new value to set ss_type_size_evaluator::singleton_instance to. |
ptr< ss_type_size_evaluator > lestes::md::types::ss_type_size_evaluator::instance | ( | ) | [static] |
t_size lestes::md::types::ss_type_size_evaluator::size_get | ( | ptr< ::lestes::lang::cplus::sem::ss_type > | type | ) |
Returns sizeof (in bits) for ss_type.
ptr< ss_type_size_evaluator > lestes::md::types::ss_type_size_evaluator::create | ( | void | ) | [static] |
First generated factory method for class ss_type_size_evaluator.
This factory method for class ss_type_size_evaluator takes values of all fields as arguments.
ptr< object::reflection_list > lestes::md::types::ss_type_size_evaluator::reflection_get | ( | ) | const [virtual] |
ptr< object::field_list_list > lestes::md::types::ss_type_size_evaluator::field_values_get | ( | ) | const [virtual] |
void lestes::md::types::ss_type_size_evaluator::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class ss_type_size_evaluator.
Marking routine is used for garbage collection.
Reimplemented from lestes::std::mem::keystone.
ptr< ss_type_size_evaluator > lestes::md::types::ss_type_size_evaluator::singleton_instance = NULL [static, private] |
ptr< object::reflection_list > lestes::md::types::ss_type_size_evaluator::reflection = reflection [static, private] |
Reimplemented from lestes::std::object.