#include <ss_declaration.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::ss_structure_declaration:
Public Member Functions | |
ptr< ss_decl_seq > | body_get () const |
The method body_get returns the value of the field ss_structure_declaration::body. | |
void | body_set (const ptr< ss_decl_seq > &) |
The method body_set sets the field ss_structure_declaration::body to the given value. | |
virtual void | accept_ss_declaration_visitor (ptr< ss_declaration_visitor > v) |
virtual ulint | accept_ss_decl2ulint_base (ptr< ss_decl2ulint_base > v) |
virtual lstring | accept_ss_decl2lstring_base (ptr< ss_decl2lstring_base > v) |
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_structure_declaration > | create (ptr< ::lestes::std::source_location > a__ss_base_with_location__location, ptr< ss_declaration_time > a__ss_declaration__visible_since, ptr< ss_declaration_time > a__ss_declaration__decl_time, ptr< ss_decl_name > a__ss_declaration__name, ptr< ss_decl_seq > a__ss_declaration__contained_in, ptr< ss_type > a__ss_declaration__type, ptr< ss_linkage > a__ss_declaration__linkage, ss_access_specifier::type a__ss_declaration_with_access_specifier__access_specifier, ss_storage_class::type a__ss_declaration_with_access_specifier__storage_class, ptr< ::lestes::std::set< srp< ss_struct_base > > > a__ss_befriendable_declaration__friend_of, ptr< ss_decl_seq > a__ss_structure_declaration__body) |
First generated factory method for class ss_structure_declaration. | |
static ptr< ss_structure_declaration > | create (ptr< ::lestes::std::source_location > a__ss_base_with_location__location, ptr< ss_declaration_time > a__ss_declaration__visible_since, ptr< ss_declaration_time > a__ss_declaration__decl_time, ptr< ss_decl_name > a__ss_declaration__name, ptr< ss_decl_seq > a__ss_declaration__contained_in, ptr< ss_type > a__ss_declaration__type, ptr< ss_linkage > a__ss_declaration__linkage, ptr< ss_decl_seq > a__ss_structure_declaration__body) |
Second generated factory method for class ss_structure_declaration. | |
Protected Member Functions | |
ss_structure_declaration (ptr< ::lestes::std::source_location > a__ss_base_with_location__location, ptr< ss_declaration_time > a__ss_declaration__visible_since, ptr< ss_declaration_time > a__ss_declaration__decl_time, ptr< ss_decl_name > a__ss_declaration__name, ptr< ss_decl_seq > a__ss_declaration__contained_in, ptr< ss_type > a__ss_declaration__type, ptr< ss_linkage > a__ss_declaration__linkage, ss_access_specifier::type a__ss_declaration_with_access_specifier__access_specifier, ss_storage_class::type a__ss_declaration_with_access_specifier__storage_class, ptr< ::lestes::std::set< srp< ss_struct_base > > > a__ss_befriendable_declaration__friend_of, ptr< ss_decl_seq > a__ss_structure_declaration__body) | |
Generated constructor for class ss_structure_declaration. | |
virtual void | gc_mark () |
Marking routine for class ss_structure_declaration. | |
Private Attributes | |
srp< ss_decl_seq > | body |
Static Private Attributes | |
static ptr< reflection_list > | reflection = reflection |
lestes::lang::cplus::sem::ss_structure_declaration::ss_structure_declaration | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location, | |
ptr< ss_declaration_time > | a__ss_declaration__visible_since, | |||
ptr< ss_declaration_time > | a__ss_declaration__decl_time, | |||
ptr< ss_decl_name > | a__ss_declaration__name, | |||
ptr< ss_decl_seq > | a__ss_declaration__contained_in, | |||
ptr< ss_type > | a__ss_declaration__type, | |||
ptr< ss_linkage > | a__ss_declaration__linkage, | |||
ss_access_specifier::type | a__ss_declaration_with_access_specifier__access_specifier, | |||
ss_storage_class::type | a__ss_declaration_with_access_specifier__storage_class, | |||
ptr< ::lestes::std::set< srp< ss_struct_base > > > | a__ss_befriendable_declaration__friend_of, | |||
ptr< ss_decl_seq > | a__ss_structure_declaration__body | |||
) | [protected] |
Generated constructor for class ss_structure_declaration.
Generated constructor for class ss_structure_declaration.
ptr< ss_decl_seq > lestes::lang::cplus::sem::ss_structure_declaration::body_get | ( | ) | const |
The method body_get returns the value of the field ss_structure_declaration::body.
void lestes::lang::cplus::sem::ss_structure_declaration::body_set | ( | const ptr< ss_decl_seq > & | x | ) |
The method body_set sets the field ss_structure_declaration::body to the given value.
[in] | x | The new value to set ss_structure_declaration::body to. |
void lestes::lang::cplus::sem::ss_structure_declaration::accept_ss_declaration_visitor | ( | ptr< ss_declaration_visitor > | v | ) | [virtual] |
ulint lestes::lang::cplus::sem::ss_structure_declaration::accept_ss_decl2ulint_base | ( | ptr< ss_decl2ulint_base > | v | ) | [virtual] |
lstring lestes::lang::cplus::sem::ss_structure_declaration::accept_ss_decl2lstring_base | ( | ptr< ss_decl2lstring_base > | v | ) | [virtual] |
ptr< ss_structure_declaration > lestes::lang::cplus::sem::ss_structure_declaration::create | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location, | |
ptr< ss_declaration_time > | a__ss_declaration__visible_since, | |||
ptr< ss_declaration_time > | a__ss_declaration__decl_time, | |||
ptr< ss_decl_name > | a__ss_declaration__name, | |||
ptr< ss_decl_seq > | a__ss_declaration__contained_in, | |||
ptr< ss_type > | a__ss_declaration__type, | |||
ptr< ss_linkage > | a__ss_declaration__linkage, | |||
ss_access_specifier::type | a__ss_declaration_with_access_specifier__access_specifier, | |||
ss_storage_class::type | a__ss_declaration_with_access_specifier__storage_class, | |||
ptr< ::lestes::std::set< srp< ss_struct_base > > > | a__ss_befriendable_declaration__friend_of, | |||
ptr< ss_decl_seq > | a__ss_structure_declaration__body | |||
) | [static] |
First generated factory method for class ss_structure_declaration.
This factory method for class ss_structure_declaration takes values of all fields as arguments.
ptr< ss_structure_declaration > lestes::lang::cplus::sem::ss_structure_declaration::create | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location, | |
ptr< ss_declaration_time > | a__ss_declaration__visible_since, | |||
ptr< ss_declaration_time > | a__ss_declaration__decl_time, | |||
ptr< ss_decl_name > | a__ss_declaration__name, | |||
ptr< ss_decl_seq > | a__ss_declaration__contained_in, | |||
ptr< ss_type > | a__ss_declaration__type, | |||
ptr< ss_linkage > | a__ss_declaration__linkage, | |||
ptr< ss_decl_seq > | a__ss_structure_declaration__body | |||
) | [static] |
Second generated factory method for class ss_structure_declaration.
This factory method for class ss_structure_declaration uses initializers.
ptr< object::reflection_list > lestes::lang::cplus::sem::ss_structure_declaration::reflection_get | ( | ) | const [virtual] |
ptr< object::field_list_list > lestes::lang::cplus::sem::ss_structure_declaration::field_values_get | ( | ) | const [virtual] |
void lestes::lang::cplus::sem::ss_structure_declaration::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class ss_structure_declaration.
Marking routine is used for garbage collection.
Reimplemented from lestes::lang::cplus::sem::ss_befriendable_declaration.
srp< ss_decl_seq > lestes::lang::cplus::sem::ss_structure_declaration::body [private] |
ptr< object::reflection_list > lestes::lang::cplus::sem::ss_structure_declaration::reflection = reflection [static, private] |
Reimplemented from lestes::lang::cplus::sem::ss_befriendable_declaration.