#include <as_other.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::as_member_specification:

Public Member Functions | |
| ptr< ::lestes::std::list< srp< as_member_declaration > > > | l_get () const |
| The method l_get returns the value of the field as_member_specification::l. | |
| void | l_set (const ptr< ::lestes::std::list< srp< as_member_declaration > > > &) |
| The method l_set sets the field as_member_specification::l to the given value. | |
| 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< as_member_specification > | create (ptr< ::lestes::std::source_location > a__as_base__location, ptr< ::lestes::std::list< srp< as_member_declaration > > > a__as_member_specification__l) |
| First generated factory method for class as_member_specification. | |
Protected Member Functions | |
| as_member_specification (ptr< ::lestes::std::source_location > a__as_base__location, ptr< ::lestes::std::list< srp< as_member_declaration > > > a__as_member_specification__l) | |
| Generated constructor for class as_member_specification. | |
| virtual void | gc_mark () |
| Marking routine for class as_member_specification. | |
Private Attributes | |
| srp< ::lestes::std::list< srp< as_member_declaration > > > | l |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
Definition at line 770 of file as_other.g.hh.
| lestes::lang::cplus::sem::as_member_specification::as_member_specification | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
| ptr< ::lestes::std::list< srp< as_member_declaration > > > | a__as_member_specification__l | |||
| ) | [protected] |
Generated constructor for class as_member_specification.
Generated constructor for class as_member_specification.
Definition at line 1418 of file as_other.g.cc.
Referenced by create().
| ptr<::lestes::std::list< srp< as_member_declaration > > > lestes::lang::cplus::sem::as_member_specification::l_get | ( | ) | const |
The method l_get returns the value of the field as_member_specification::l.
Definition at line 1389 of file as_other.g.cc.
References l.
01390 { 01391 return l; 01392 }
| void lestes::lang::cplus::sem::as_member_specification::l_set | ( | const ptr< ::lestes::std::list< srp< as_member_declaration > > > & | x | ) |
The method l_set sets the field as_member_specification::l to the given value.
| [in] | x | The new value to set as_member_specification::l to. |
Definition at line 1398 of file as_other.g.cc.
References l.
01399 { 01400 as_member_specification::l = x; 01401 }
| ptr< as_member_specification > lestes::lang::cplus::sem::as_member_specification::create | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
| ptr< ::lestes::std::list< srp< as_member_declaration > > > | a__as_member_specification__l | |||
| ) | [static] |
First generated factory method for class as_member_specification.
This factory method for class as_member_specification takes values of all fields as arguments.
Definition at line 1407 of file as_other.g.cc.
References as_member_specification().
01409 { 01410 return ptr< as_member_specification > ( new as_member_specification(a__as_base__location, 01411 a__as_member_specification__l) ); 01412 }
| ptr< object::reflection_list > lestes::lang::cplus::sem::as_member_specification::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::intercode::as_base.
Definition at line 1423 of file as_other.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::intercode::as_base::reflection_get().
01424 { 01425 if (!reflection) { 01426 typedef class_reflection::field_metadata md; 01427 typedef class_reflection::field_metadata_list mdlist; 01428 ptr<mdlist> mdl = mdlist::create(); 01429 mdl->push_back( md::create( "l", "list< srp< as_member_declaration > >" ) ); 01430 reflection = reflection_list::create( ::lestes::intercode::as_base::reflection_get() ); 01431 reflection->push_back( class_reflection::create( "as_member_specification", mdl ) ); 01432 } 01433 return reflection; 01434 }
| ptr< object::field_list_list > lestes::lang::cplus::sem::as_member_specification::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::intercode::as_base.
Definition at line 1436 of file as_other.g.cc.
References lestes::std::list< T >::create(), and lestes::intercode::as_base::field_values_get().
01437 { 01438 ptr < field_list_list > result = ::lestes::intercode::as_base::field_values_get(); 01439 result->push_back( value_list::create() ); 01440 result->back()->push_back( this->l ); 01441 return result; 01442 }
| void lestes::lang::cplus::sem::as_member_specification::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class as_member_specification.
Marking routine is used for garbage collection.
Reimplemented from lestes::intercode::as_base.
Definition at line 1449 of file as_other.g.cc.
References lestes::intercode::as_base::gc_mark().
01450 { 01451 ::lestes::intercode::as_base::gc_mark(); 01452 }
srp< ::lestes::std::list< srp< as_member_declaration > > > lestes::lang::cplus::sem::as_member_specification::l [private] |
ptr< object::reflection_list > lestes::lang::cplus::sem::as_member_specification::reflection = reflection [static, private] |
Reimplemented from lestes::intercode::as_base.
Definition at line 802 of file as_other.g.hh.
Referenced by reflection_get().
1.5.1-20070107