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

Public Member Functions | |
| ptr< ::lestes::std::list< srp< as_declaration > > > | l_get () const |
| The method l_get returns the value of the field as_declaration_seq::l. | |
| void | l_set (const ptr< ::lestes::std::list< srp< as_declaration > > > &) |
| The method l_set sets the field as_declaration_seq::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_declaration_seq > | create (ptr< ::lestes::std::source_location > a__as_base__location, ptr< ::lestes::std::list< srp< as_declaration > > > a__as_declaration_seq__l) |
| First generated factory method for class as_declaration_seq. | |
Protected Member Functions | |
| as_declaration_seq (ptr< ::lestes::std::source_location > a__as_base__location, ptr< ::lestes::std::list< srp< as_declaration > > > a__as_declaration_seq__l) | |
| Generated constructor for class as_declaration_seq. | |
| virtual void | gc_mark () |
| Marking routine for class as_declaration_seq. | |
Private Attributes | |
| srp< ::lestes::std::list< srp< as_declaration > > > | l |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
Definition at line 622 of file as_other.g.hh.
| lestes::lang::cplus::sem::as_declaration_seq::as_declaration_seq | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
| ptr< ::lestes::std::list< srp< as_declaration > > > | a__as_declaration_seq__l | |||
| ) | [protected] |
Generated constructor for class as_declaration_seq.
Generated constructor for class as_declaration_seq.
Definition at line 1126 of file as_other.g.cc.
Referenced by create().
| ptr<::lestes::std::list< srp< as_declaration > > > lestes::lang::cplus::sem::as_declaration_seq::l_get | ( | ) | const |
The method l_get returns the value of the field as_declaration_seq::l.
Definition at line 1097 of file as_other.g.cc.
References l.
01098 { 01099 return l; 01100 }
| void lestes::lang::cplus::sem::as_declaration_seq::l_set | ( | const ptr< ::lestes::std::list< srp< as_declaration > > > & | x | ) |
The method l_set sets the field as_declaration_seq::l to the given value.
| [in] | x | The new value to set as_declaration_seq::l to. |
Definition at line 1106 of file as_other.g.cc.
References l.
01107 { 01108 as_declaration_seq::l = x; 01109 }
| ptr< as_declaration_seq > lestes::lang::cplus::sem::as_declaration_seq::create | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
| ptr< ::lestes::std::list< srp< as_declaration > > > | a__as_declaration_seq__l | |||
| ) | [static] |
First generated factory method for class as_declaration_seq.
This factory method for class as_declaration_seq takes values of all fields as arguments.
Definition at line 1115 of file as_other.g.cc.
References as_declaration_seq().
01117 { 01118 return ptr< as_declaration_seq > ( new as_declaration_seq(a__as_base__location, 01119 a__as_declaration_seq__l) ); 01120 }
| ptr< object::reflection_list > lestes::lang::cplus::sem::as_declaration_seq::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::intercode::as_base.
Definition at line 1131 of file as_other.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::intercode::as_base::reflection_get().
01132 { 01133 if (!reflection) { 01134 typedef class_reflection::field_metadata md; 01135 typedef class_reflection::field_metadata_list mdlist; 01136 ptr<mdlist> mdl = mdlist::create(); 01137 mdl->push_back( md::create( "l", "list< srp< as_declaration > >" ) ); 01138 reflection = reflection_list::create( ::lestes::intercode::as_base::reflection_get() ); 01139 reflection->push_back( class_reflection::create( "as_declaration_seq", mdl ) ); 01140 } 01141 return reflection; 01142 }
| ptr< object::field_list_list > lestes::lang::cplus::sem::as_declaration_seq::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::intercode::as_base.
Definition at line 1144 of file as_other.g.cc.
References lestes::std::list< T >::create(), and lestes::intercode::as_base::field_values_get().
01145 { 01146 ptr < field_list_list > result = ::lestes::intercode::as_base::field_values_get(); 01147 result->push_back( value_list::create() ); 01148 result->back()->push_back( this->l ); 01149 return result; 01150 }
| void lestes::lang::cplus::sem::as_declaration_seq::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class as_declaration_seq.
Marking routine is used for garbage collection.
Reimplemented from lestes::intercode::as_base.
Definition at line 1157 of file as_other.g.cc.
References lestes::intercode::as_base::gc_mark().
01158 { 01159 ::lestes::intercode::as_base::gc_mark(); 01160 }
srp< ::lestes::std::list< srp< as_declaration > > > lestes::lang::cplus::sem::as_declaration_seq::l [private] |
ptr< object::reflection_list > lestes::lang::cplus::sem::as_declaration_seq::reflection = reflection [static, private] |
Reimplemented from lestes::intercode::as_base.
Definition at line 654 of file as_other.g.hh.
Referenced by reflection_get().
1.5.1-20070107