#include <ss_decl_name.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::ss_operator_assign_shl:

Public Member Functions | |
| virtual lstring | accept_ss_decl_name2lstring_base (ptr< ss_decl_name2lstring_base > v) |
| virtual void | accept_ss_decl_name_visitor (ptr< ss_decl_name_visitor > 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_operator_assign_shl > | create (ptr< ::lestes::std::source_location > a__ss_base_with_location__location) |
| First generated factory method for class ss_operator_assign_shl. | |
Protected Member Functions | |
| ss_operator_assign_shl (ptr< ::lestes::std::source_location > a__ss_base_with_location__location) | |
| Generated constructor for class ss_operator_assign_shl. | |
| virtual void | gc_mark () |
| Marking routine for class ss_operator_assign_shl. | |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
The name is used during overload resolution(as well as the name of user defined operators).
Definition at line 1052 of file ss_decl_name.g.hh.
| lestes::lang::cplus::sem::ss_operator_assign_shl::ss_operator_assign_shl | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location | ) | [protected] |
Generated constructor for class ss_operator_assign_shl.
Generated constructor for class ss_operator_assign_shl.
Definition at line 1706 of file ss_decl_name.g.cc.
Referenced by create().
01707 : ss_operator(a__ss_base_with_location__location) 01708 {}
| lstring lestes::lang::cplus::sem::ss_operator_assign_shl::accept_ss_decl_name2lstring_base | ( | ptr< ss_decl_name2lstring_base > | v | ) | [virtual] |
Implements lestes::lang::cplus::sem::ss_operator.
Definition at line 1683 of file ss_decl_name.g.cc.
| void lestes::lang::cplus::sem::ss_operator_assign_shl::accept_ss_decl_name_visitor | ( | ptr< ss_decl_name_visitor > | v | ) | [virtual] |
Implements lestes::lang::cplus::sem::ss_operator.
Definition at line 1688 of file ss_decl_name.g.cc.
| ptr< ss_operator_assign_shl > lestes::lang::cplus::sem::ss_operator_assign_shl::create | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location | ) | [static] |
First generated factory method for class ss_operator_assign_shl.
This factory method for class ss_operator_assign_shl takes values of all fields as arguments.
Definition at line 1697 of file ss_decl_name.g.cc.
References ss_operator_assign_shl().
01698 { 01699 return ptr< ss_operator_assign_shl > ( new ss_operator_assign_shl(a__ss_base_with_location__location) ); 01700 }
| ptr< object::reflection_list > lestes::lang::cplus::sem::ss_operator_assign_shl::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_operator.
Definition at line 1710 of file ss_decl_name.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::lang::cplus::sem::ss_operator::reflection_get().
01711 { 01712 if (!reflection) { 01713 typedef class_reflection::field_metadata md; 01714 typedef class_reflection::field_metadata_list mdlist; 01715 ptr<mdlist> mdl = mdlist::create(); 01716 reflection = reflection_list::create( ss_operator::reflection_get() ); 01717 reflection->push_back( class_reflection::create( "ss_operator_assign_shl", mdl ) ); 01718 } 01719 return reflection; 01720 }
| ptr< object::field_list_list > lestes::lang::cplus::sem::ss_operator_assign_shl::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_operator.
Definition at line 1722 of file ss_decl_name.g.cc.
References lestes::lang::cplus::sem::ss_operator::field_values_get().
01723 { 01724 ptr < field_list_list > result = ss_operator::field_values_get(); 01725 return result; 01726 }
| void lestes::lang::cplus::sem::ss_operator_assign_shl::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class ss_operator_assign_shl.
Marking routine is used for garbage collection.
Reimplemented from lestes::lang::cplus::sem::ss_operator.
Definition at line 1733 of file ss_decl_name.g.cc.
References lestes::lang::cplus::sem::ss_operator::gc_mark().
01734 { 01735 ss_operator::gc_mark(); 01736 }
ptr< object::reflection_list > lestes::lang::cplus::sem::ss_operator_assign_shl::reflection = reflection [static, private] |
Reimplemented from lestes::lang::cplus::sem::ss_operator.
Definition at line 1077 of file ss_decl_name.g.hh.
Referenced by reflection_get().
1.5.1-20070107