#include <pi.g.hh>
Inheritance diagram for lestes::backend_v2::intercode::pi_div:

Public Member Functions | |
| virtual ptr< ::lestes::backend_v2::structs::pi_operands > | accept_visitor_pi_pi2pi_operands_gen_base (ptr< visitor_pi_pi2pi_operands_gen_base > v) |
| virtual ulint | accept_visitor_pi_pi2ulint_gen_base (ptr< visitor_pi_pi2ulint_gen_base > v) |
| virtual ptr< vector< srp< ::lestes::backend_v2::intercode::ge_pi > > > | accept_visitor_pi_pi2ge_pi_gen_base (ptr< visitor_pi_pi2ge_pi_gen_base > 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< pi_div > | create (ptr< pi_pi > a__pi_pi__psp, ptr< pi_pi > a__pi_pi__nsp, ulint a__pi_pi__level, ptr< pi_non_mem > a__pi_tpi__left, ptr< pi_non_mem > a__pi_tpi__right, ptr< pi_preg > a__pi_tpi__destination, ptr< ::lestes::md::types::tm_data_type_base > a__pi_tstpi__type) |
| First generated factory method for class pi_div. | |
Protected Member Functions | |
| pi_div (ptr< pi_pi > a__pi_pi__psp, ptr< pi_pi > a__pi_pi__nsp, ulint a__pi_pi__level, ptr< pi_non_mem > a__pi_tpi__left, ptr< pi_non_mem > a__pi_tpi__right, ptr< pi_preg > a__pi_tpi__destination, ptr< ::lestes::md::types::tm_data_type_base > a__pi_tstpi__type) | |
| Generated constructor for class pi_div. | |
| virtual void | gc_mark () |
| Marking routine for class pi_div. | |
Static Private Attributes | |
| static ptr< reflection_list > | reflection = reflection |
destination = left / right
Definition at line 1464 of file pi.g.hh.
| lestes::backend_v2::intercode::pi_div::pi_div | ( | ptr< pi_pi > | a__pi_pi__psp, | |
| ptr< pi_pi > | a__pi_pi__nsp, | |||
| ulint | a__pi_pi__level, | |||
| ptr< pi_non_mem > | a__pi_tpi__left, | |||
| ptr< pi_non_mem > | a__pi_tpi__right, | |||
| ptr< pi_preg > | a__pi_tpi__destination, | |||
| ptr< ::lestes::md::types::tm_data_type_base > | a__pi_tstpi__type | |||
| ) | [protected] |
Generated constructor for class pi_div.
Generated constructor for class pi_div.
Definition at line 2299 of file pi.g.cc.
Referenced by create().
02306 : pi_tstpi(a__pi_pi__psp, 02307 a__pi_pi__nsp, 02308 a__pi_pi__level, 02309 a__pi_tpi__left, 02310 a__pi_tpi__right, 02311 a__pi_tpi__destination, 02312 a__pi_tstpi__type) 02313 {}
| ptr<::lestes::backend_v2::structs::pi_operands > lestes::backend_v2::intercode::pi_div::accept_visitor_pi_pi2pi_operands_gen_base | ( | ptr< visitor_pi_pi2pi_operands_gen_base > | v | ) | [virtual] |
| ulint lestes::backend_v2::intercode::pi_div::accept_visitor_pi_pi2ulint_gen_base | ( | ptr< visitor_pi_pi2ulint_gen_base > | v | ) | [virtual] |
| ptr< vector< srp<::lestes::backend_v2::intercode::ge_pi > > > lestes::backend_v2::intercode::pi_div::accept_visitor_pi_pi2ge_pi_gen_base | ( | ptr< visitor_pi_pi2ge_pi_gen_base > | v | ) | [virtual] |
| ptr< pi_div > lestes::backend_v2::intercode::pi_div::create | ( | ptr< pi_pi > | a__pi_pi__psp, | |
| ptr< pi_pi > | a__pi_pi__nsp, | |||
| ulint | a__pi_pi__level, | |||
| ptr< pi_non_mem > | a__pi_tpi__left, | |||
| ptr< pi_non_mem > | a__pi_tpi__right, | |||
| ptr< pi_preg > | a__pi_tpi__destination, | |||
| ptr< ::lestes::md::types::tm_data_type_base > | a__pi_tstpi__type | |||
| ) | [static] |
First generated factory method for class pi_div.
This factory method for class pi_div takes values of all fields as arguments.
Definition at line 2278 of file pi.g.cc.
References pi_div().
02285 { 02286 return ptr< pi_div > ( new pi_div(a__pi_pi__psp, 02287 a__pi_pi__nsp, 02288 a__pi_pi__level, 02289 a__pi_tpi__left, 02290 a__pi_tpi__right, 02291 a__pi_tpi__destination, 02292 a__pi_tstpi__type) ); 02293 }
| ptr< object::reflection_list > lestes::backend_v2::intercode::pi_div::reflection_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::backend_v2::intercode::pi_tstpi.
Definition at line 2315 of file pi.g.cc.
References lestes::std::list< T >::create(), reflection, and lestes::backend_v2::intercode::pi_tstpi::reflection_get().
02316 { 02317 if (!reflection) { 02318 typedef class_reflection::field_metadata md; 02319 typedef class_reflection::field_metadata_list mdlist; 02320 ptr<mdlist> mdl = mdlist::create(); 02321 reflection = reflection_list::create( pi_tstpi::reflection_get() ); 02322 reflection->push_back( class_reflection::create( "pi_div", mdl ) ); 02323 } 02324 return reflection; 02325 }
| ptr< object::field_list_list > lestes::backend_v2::intercode::pi_div::field_values_get | ( | ) | const [virtual] |
for purposes of dumping
Reimplemented from lestes::backend_v2::intercode::pi_tstpi.
Definition at line 2327 of file pi.g.cc.
References lestes::backend_v2::intercode::pi_tstpi::field_values_get().
02328 { 02329 ptr < field_list_list > result = pi_tstpi::field_values_get(); 02330 return result; 02331 }
| void lestes::backend_v2::intercode::pi_div::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class pi_div.
Marking routine is used for garbage collection.
Reimplemented from lestes::backend_v2::intercode::pi_tstpi.
Definition at line 2338 of file pi.g.cc.
References lestes::backend_v2::intercode::pi_tstpi::gc_mark().
02339 { 02340 pi_tstpi::gc_mark(); 02341 }
ptr< object::reflection_list > lestes::backend_v2::intercode::pi_div::reflection = reflection [static, private] |
Reimplemented from lestes::backend_v2::intercode::pi_tstpi.
Definition at line 1502 of file pi.g.hh.
Referenced by reflection_get().
1.5.1-20070107