#include <ss_expr_unary_op.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::ss_array_to_pointer:

Public Member Functions | |
| ptr< ss_type > | src_type_get () const |
| The method src_type_get returns the value of the field ss_array_to_pointer::src_type. | |
| void | src_type_set (const ptr< ss_type > &) |
| The method src_type_set sets the field ss_array_to_pointer::src_type to the given value. | |
| virtual void | accept_ss_expression_visitor (ptr< ss_expression_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_array_to_pointer > | create (ptr< ::lestes::std::source_location > a__ss_base_with_location__location, ptr< ss_type > a__ss_expression__type, ptr< ss_sp > a__ss_expression__psp, ptr< ss_sp > a__ss_expression__nsp, ptr< ss_expression > a__ss_unary_expr__expr, ptr< ss_type > a__ss_array_to_pointer__src_type) |
| First generated factory method for class ss_array_to_pointer. | |
Protected Member Functions | |
| ss_array_to_pointer (ptr< ::lestes::std::source_location > a__ss_base_with_location__location, ptr< ss_type > a__ss_expression__type, ptr< ss_sp > a__ss_expression__psp, ptr< ss_sp > a__ss_expression__nsp, ptr< ss_expression > a__ss_unary_expr__expr, ptr< ss_type > a__ss_array_to_pointer__src_type) | |
| Generated constructor for class ss_array_to_pointer. | |
| virtual void | gc_mark () |
| Marking routine for class ss_array_to_pointer. | |
Private Attributes | |
| srp< ss_type > | src_type |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
Detailed doxygen documentation
Definition at line 171 of file ss_expr_unary_op.g.hh.
| lestes::lang::cplus::sem::ss_array_to_pointer::ss_array_to_pointer | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location, | |
| ptr< ss_type > | a__ss_expression__type, | |||
| ptr< ss_sp > | a__ss_expression__psp, | |||
| ptr< ss_sp > | a__ss_expression__nsp, | |||
| ptr< ss_expression > | a__ss_unary_expr__expr, | |||
| ptr< ss_type > | a__ss_array_to_pointer__src_type | |||
| ) | [protected] |
Generated constructor for class ss_array_to_pointer.
Generated constructor for class ss_array_to_pointer.
Definition at line 308 of file ss_expr_unary_op.g.cc.
Referenced by create().
00314 : ss_unary_expr(a__ss_base_with_location__location, 00315 a__ss_expression__type, 00316 a__ss_expression__psp, 00317 a__ss_expression__nsp, 00318 a__ss_unary_expr__expr), src_type(checked(a__ss_array_to_pointer__src_type)) 00319 {}
| ptr< ss_type > lestes::lang::cplus::sem::ss_array_to_pointer::src_type_get | ( | ) | const |
The method src_type_get returns the value of the field ss_array_to_pointer::src_type.
Definition at line 266 of file ss_expr_unary_op.g.cc.
References src_type.
00267 { 00268 return src_type; 00269 }
| void lestes::lang::cplus::sem::ss_array_to_pointer::src_type_set | ( | const ptr< ss_type > & | x | ) |
The method src_type_set sets the field ss_array_to_pointer::src_type to the given value.
| [in] | x | The new value to set ss_array_to_pointer::src_type to. |
Definition at line 275 of file ss_expr_unary_op.g.cc.
References src_type.
00276 { 00277 ss_array_to_pointer::src_type = x; 00278 }
| void lestes::lang::cplus::sem::ss_array_to_pointer::accept_ss_expression_visitor | ( | ptr< ss_expression_visitor > | v | ) | [virtual] |
Implements lestes::lang::cplus::sem::ss_unary_expr.
Definition at line 280 of file ss_expr_unary_op.g.cc.
| ptr< ss_array_to_pointer > lestes::lang::cplus::sem::ss_array_to_pointer::create | ( | ptr< ::lestes::std::source_location > | a__ss_base_with_location__location, | |
| ptr< ss_type > | a__ss_expression__type, | |||
| ptr< ss_sp > | a__ss_expression__psp, | |||
| ptr< ss_sp > | a__ss_expression__nsp, | |||
| ptr< ss_expression > | a__ss_unary_expr__expr, | |||
| ptr< ss_type > | a__ss_array_to_pointer__src_type | |||
| ) | [static] |
First generated factory method for class ss_array_to_pointer.
This factory method for class ss_array_to_pointer takes values of all fields as arguments.
Definition at line 289 of file ss_expr_unary_op.g.cc.
References ss_array_to_pointer().
00295 { 00296 return ptr< ss_array_to_pointer > ( new ss_array_to_pointer(a__ss_base_with_location__location, 00297 a__ss_expression__type, 00298 a__ss_expression__psp, 00299 a__ss_expression__nsp, 00300 a__ss_unary_expr__expr, 00301 a__ss_array_to_pointer__src_type) ); 00302 }
| ptr< object::reflection_list > lestes::lang::cplus::sem::ss_array_to_pointer::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_unary_expr.
Definition at line 321 of file ss_expr_unary_op.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::lang::cplus::sem::ss_unary_expr::reflection_get().
00322 { 00323 if (!reflection) { 00324 typedef class_reflection::field_metadata md; 00325 typedef class_reflection::field_metadata_list mdlist; 00326 ptr<mdlist> mdl = mdlist::create(); 00327 mdl->push_back( md::create( "src_type", "ss_type" ) ); 00328 reflection = reflection_list::create( ss_unary_expr::reflection_get() ); 00329 reflection->push_back( class_reflection::create( "ss_array_to_pointer", mdl ) ); 00330 } 00331 return reflection; 00332 }
| ptr< object::field_list_list > lestes::lang::cplus::sem::ss_array_to_pointer::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::lang::cplus::sem::ss_unary_expr.
Definition at line 334 of file ss_expr_unary_op.g.cc.
References lestes::std::list< T >::create(), and lestes::lang::cplus::sem::ss_unary_expr::field_values_get().
00335 { 00336 ptr < field_list_list > result = ss_unary_expr::field_values_get(); 00337 result->push_back( value_list::create() ); 00338 result->back()->push_back( this->src_type ); 00339 return result; 00340 }
| void lestes::lang::cplus::sem::ss_array_to_pointer::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class ss_array_to_pointer.
Marking routine is used for garbage collection.
Reimplemented from lestes::lang::cplus::sem::ss_unary_expr.
Definition at line 347 of file ss_expr_unary_op.g.cc.
References lestes::lang::cplus::sem::ss_unary_expr::gc_mark().
00348 { 00349 ss_unary_expr::gc_mark(); 00350 }
srp< ss_type > lestes::lang::cplus::sem::ss_array_to_pointer::src_type [private] |
Definition at line 211 of file ss_expr_unary_op.g.hh.
Referenced by src_type_get(), and src_type_set().
ptr< object::reflection_list > lestes::lang::cplus::sem::ss_array_to_pointer::reflection = reflection [static, private] |
Reimplemented from lestes::lang::cplus::sem::ss_unary_expr.
Definition at line 212 of file ss_expr_unary_op.g.hh.
Referenced by reflection_get().
1.5.1-20070107