#include <as_decl.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::as_exception_specification:

Public Member Functions | |
| ptr< ::lestes::std::list< srp< as_type_id > > > | type_ids_get () const |
| The method type_ids_get returns the value of the field as_exception_specification::type_ids. | |
| void | type_ids_set (const ptr< ::lestes::std::list< srp< as_type_id > > > &) |
| The method type_ids_set sets the field as_exception_specification::type_ids 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_exception_specification > | create (ptr< ::lestes::std::source_location > a__as_base__location, ptr< ::lestes::std::list< srp< as_type_id > > > a__as_exception_specification__type_ids) |
| First generated factory method for class as_exception_specification. | |
Protected Member Functions | |
| as_exception_specification (ptr< ::lestes::std::source_location > a__as_base__location, ptr< ::lestes::std::list< srp< as_type_id > > > a__as_exception_specification__type_ids) | |
| Generated constructor for class as_exception_specification. | |
| virtual void | gc_mark () |
| Marking routine for class as_exception_specification. | |
Private Attributes | |
| srp< ::lestes::std::list< srp< as_type_id > > > | type_ids |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
Definition at line 3221 of file as_decl.g.hh.
| lestes::lang::cplus::sem::as_exception_specification::as_exception_specification | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
| ptr< ::lestes::std::list< srp< as_type_id > > > | a__as_exception_specification__type_ids | |||
| ) | [protected] |
Generated constructor for class as_exception_specification.
Generated constructor for class as_exception_specification.
Definition at line 5903 of file as_decl.g.cc.
Referenced by create().
05905 : as_base(a__as_base__location), type_ids(checked(a__as_exception_specification__type_ids)) 05906 {}
| ptr<::lestes::std::list< srp< as_type_id > > > lestes::lang::cplus::sem::as_exception_specification::type_ids_get | ( | ) | const |
The method type_ids_get returns the value of the field as_exception_specification::type_ids.
Definition at line 5874 of file as_decl.g.cc.
References type_ids.
05875 { 05876 return type_ids; 05877 }
| void lestes::lang::cplus::sem::as_exception_specification::type_ids_set | ( | const ptr< ::lestes::std::list< srp< as_type_id > > > & | x | ) |
The method type_ids_set sets the field as_exception_specification::type_ids to the given value.
| [in] | x | The new value to set as_exception_specification::type_ids to. |
Definition at line 5883 of file as_decl.g.cc.
References type_ids.
05884 { 05885 as_exception_specification::type_ids = x; 05886 }
| ptr< as_exception_specification > lestes::lang::cplus::sem::as_exception_specification::create | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
| ptr< ::lestes::std::list< srp< as_type_id > > > | a__as_exception_specification__type_ids | |||
| ) | [static] |
First generated factory method for class as_exception_specification.
This factory method for class as_exception_specification takes values of all fields as arguments.
Definition at line 5892 of file as_decl.g.cc.
References as_exception_specification().
05894 { 05895 return ptr< as_exception_specification > ( new as_exception_specification(a__as_base__location, 05896 a__as_exception_specification__type_ids) ); 05897 }
| ptr< object::reflection_list > lestes::lang::cplus::sem::as_exception_specification::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::intercode::as_base.
Definition at line 5908 of file as_decl.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::intercode::as_base::reflection_get().
05909 { 05910 if (!reflection) { 05911 typedef class_reflection::field_metadata md; 05912 typedef class_reflection::field_metadata_list mdlist; 05913 ptr<mdlist> mdl = mdlist::create(); 05914 mdl->push_back( md::create( "type_ids", "list< srp< as_type_id > >" ) ); 05915 reflection = reflection_list::create( ::lestes::intercode::as_base::reflection_get() ); 05916 reflection->push_back( class_reflection::create( "as_exception_specification", mdl ) ); 05917 } 05918 return reflection; 05919 }
| ptr< object::field_list_list > lestes::lang::cplus::sem::as_exception_specification::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::intercode::as_base.
Definition at line 5921 of file as_decl.g.cc.
References lestes::std::list< T >::create(), and lestes::intercode::as_base::field_values_get().
05922 { 05923 ptr < field_list_list > result = ::lestes::intercode::as_base::field_values_get(); 05924 result->push_back( value_list::create() ); 05925 result->back()->push_back( this->type_ids ); 05926 return result; 05927 }
| void lestes::lang::cplus::sem::as_exception_specification::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class as_exception_specification.
Marking routine is used for garbage collection.
Reimplemented from lestes::intercode::as_base.
Definition at line 5934 of file as_decl.g.cc.
References lestes::intercode::as_base::gc_mark().
05935 { 05936 ::lestes::intercode::as_base::gc_mark(); 05937 }
srp< ::lestes::std::list< srp< as_type_id > > > lestes::lang::cplus::sem::as_exception_specification::type_ids [private] |
ptr< object::reflection_list > lestes::lang::cplus::sem::as_exception_specification::reflection = reflection [static, private] |
Reimplemented from lestes::intercode::as_base.
Definition at line 3253 of file as_decl.g.hh.
Referenced by reflection_get().
1.5.1-20070107