#include <pi_pi2ge_pi_template.g.hh>
Inheritance diagram for lestes::md::instructions::pi_pi2ge_pi_template:
Public Member Functions | |
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< ::lestes::std::map< ulint, srp< pi_pi2ge_pi_template > > > | id_to_instance_get () |
The method id_to_instance_get returns the value of the field pi_pi2ge_pi_template::id_to_instance. | |
static void | id_to_instance_set (const ptr< ::lestes::std::map< ulint, srp< pi_pi2ge_pi_template > > > &) |
The method id_to_instance_set sets the field pi_pi2ge_pi_template::id_to_instance to the given value. | |
static ptr< pi_pi2ge_pi_template > | instance (ulint id) |
Returns instance of a template for the given id. | |
static ptr< pi_pi2ge_pi_template > | create (ulint a__pi_pi2ge_pi_template_base__id, ptr< ::lestes::std::vector< srp< instruction_group_base > > > a__pi_pi2ge_pi_template_base__instruction_groups) |
First generated factory method for class pi_pi2ge_pi_template. | |
Protected Member Functions | |
pi_pi2ge_pi_template (ulint a__pi_pi2ge_pi_template_base__id, ptr< ::lestes::std::vector< srp< instruction_group_base > > > a__pi_pi2ge_pi_template_base__instruction_groups) | |
Generated constructor for class pi_pi2ge_pi_template. | |
virtual void | gc_mark () |
Marking routine for class pi_pi2ge_pi_template. | |
Static Private Attributes | |
static ptr< ::lestes::std::map< ulint, srp< pi_pi2ge_pi_template > > > | id_to_instance = ::lestes::std::map< ulint, srp< pi_pi2ge_pi_template > > ::create() |
Mapping between type id and its singleton instance. | |
static ptr< reflection_list > | reflection = reflection |
lestes::md::instructions::pi_pi2ge_pi_template::pi_pi2ge_pi_template | ( | ulint | a__pi_pi2ge_pi_template_base__id, | |
ptr< ::lestes::std::vector< srp< instruction_group_base > > > | a__pi_pi2ge_pi_template_base__instruction_groups | |||
) | [protected] |
Generated constructor for class pi_pi2ge_pi_template.
Generated constructor for class pi_pi2ge_pi_template.
ptr<::lestes::std::map< ulint, srp< pi_pi2ge_pi_template > > > lestes::md::instructions::pi_pi2ge_pi_template::id_to_instance_get | ( | ) | [static] |
The method id_to_instance_get returns the value of the field pi_pi2ge_pi_template::id_to_instance.
void lestes::md::instructions::pi_pi2ge_pi_template::id_to_instance_set | ( | const ptr< ::lestes::std::map< ulint, srp< pi_pi2ge_pi_template > > > & | x | ) | [static] |
The method id_to_instance_set sets the field pi_pi2ge_pi_template::id_to_instance to the given value.
[in] | x | The new value to set pi_pi2ge_pi_template::id_to_instance to. |
ptr< pi_pi2ge_pi_template > lestes::md::instructions::pi_pi2ge_pi_template::instance | ( | ulint | id | ) | [static] |
Returns instance of a template for the given id.
id | The id of a instance. |
ptr< pi_pi2ge_pi_template > lestes::md::instructions::pi_pi2ge_pi_template::create | ( | ulint | a__pi_pi2ge_pi_template_base__id, | |
ptr< ::lestes::std::vector< srp< instruction_group_base > > > | a__pi_pi2ge_pi_template_base__instruction_groups | |||
) | [static] |
First generated factory method for class pi_pi2ge_pi_template.
This factory method for class pi_pi2ge_pi_template takes values of all fields as arguments.
ptr< object::reflection_list > lestes::md::instructions::pi_pi2ge_pi_template::reflection_get | ( | ) | const [virtual] |
ptr< object::field_list_list > lestes::md::instructions::pi_pi2ge_pi_template::field_values_get | ( | ) | const [virtual] |
void lestes::md::instructions::pi_pi2ge_pi_template::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class pi_pi2ge_pi_template.
Marking routine is used for garbage collection.
Reimplemented from lestes::md::instructions::pi_pi2ge_pi_template_base.
ptr<::lestes::std::map< ulint, srp< pi_pi2ge_pi_template > > > lestes::md::instructions::pi_pi2ge_pi_template::id_to_instance = ::lestes::std::map< ulint, srp< pi_pi2ge_pi_template > > ::create() [static, private] |
Mapping between type id and its singleton instance.
ptr< object::reflection_list > lestes::md::instructions::pi_pi2ge_pi_template::reflection = reflection [static, private] |
Reimplemented from lestes::md::instructions::pi_pi2ge_pi_template_base.