lestes::md::instructions::tm_instr_op_imm Class Reference

#include <tm_instr.g.hh>

Inheritance diagram for lestes::md::instructions::tm_instr_op_imm:

lestes::md::instructions::tm_instr_op_imm_base lestes::md::instructions::tm_instr_op_base lestes::std::object lestes::std::mem::keystone List of all members.

Public Member Functions

virtual ptr< reflection_listreflection_get () const
 for purposes of dumping
virtual ptr< field_list_listfield_values_get () const
 for purposes of dumping

Static Public Member Functions

static ptr< tm_instr_op_immcreate (ulint a__tm_instr_op_base__id, ptr< ::lestes::std::set< ::lestes::md::types::tm_data_type_base::id_type > > a__tm_instr_op_base__allowed_types, ptr< ::lestes::std::vector< ulint > > a__tm_instr_op_base__destroyed_by, ulint a__tm_instr_op_base__destroys)
 First generated factory method for class tm_instr_op_imm.
static ptr< tm_instr_op_immcreate (ulint a__tm_instr_op_base__id, ptr< ::lestes::std::set< ::lestes::md::types::tm_data_type_base::id_type > > a__tm_instr_op_base__allowed_types)
 Second generated factory method for class tm_instr_op_imm.

Protected Member Functions

 tm_instr_op_imm (ulint a__tm_instr_op_base__id, ptr< ::lestes::std::set< ::lestes::md::types::tm_data_type_base::id_type > > a__tm_instr_op_base__allowed_types, ptr< ::lestes::std::vector< ulint > > a__tm_instr_op_base__destroyed_by, ulint a__tm_instr_op_base__destroys)
 Generated constructor for class tm_instr_op_imm.
virtual void gc_mark ()
 Marking routine for class tm_instr_op_imm.

Static Private Attributes

static ptr< reflection_listreflection = reflection

Detailed Description

Definition at line 168 of file tm_instr.g.hh.


Constructor & Destructor Documentation

lestes::md::instructions::tm_instr_op_imm::tm_instr_op_imm ( ulint  a__tm_instr_op_base__id,
ptr< ::lestes::std::set< ::lestes::md::types::tm_data_type_base::id_type > >  a__tm_instr_op_base__allowed_types,
ptr< ::lestes::std::vector< ulint > >  a__tm_instr_op_base__destroyed_by,
ulint  a__tm_instr_op_base__destroys 
) [protected]

Generated constructor for class tm_instr_op_imm.

Generated constructor for class tm_instr_op_imm.

Author:
lsg

Definition at line 297 of file tm_instr.g.cc.

Referenced by create().

00301         : tm_instr_op_imm_base(a__tm_instr_op_base__id,
00302                 a__tm_instr_op_base__allowed_types,
00303                 a__tm_instr_op_base__destroyed_by,
00304                 a__tm_instr_op_base__destroys)
00305 {}


Member Function Documentation

ptr< tm_instr_op_imm > lestes::md::instructions::tm_instr_op_imm::create ( ulint  a__tm_instr_op_base__id,
ptr< ::lestes::std::set< ::lestes::md::types::tm_data_type_base::id_type > >  a__tm_instr_op_base__allowed_types,
ptr< ::lestes::std::vector< ulint > >  a__tm_instr_op_base__destroyed_by,
ulint  a__tm_instr_op_base__destroys 
) [static]

First generated factory method for class tm_instr_op_imm.

This factory method for class tm_instr_op_imm takes values of all fields as arguments.

Author:
lsg

Definition at line 272 of file tm_instr.g.cc.

References tm_instr_op_imm().

00276 {
00277         return ptr< tm_instr_op_imm > ( new tm_instr_op_imm(a__tm_instr_op_base__id,
00278                 a__tm_instr_op_base__allowed_types,
00279                 a__tm_instr_op_base__destroyed_by,
00280                 a__tm_instr_op_base__destroys) );
00281 }

ptr< tm_instr_op_imm > lestes::md::instructions::tm_instr_op_imm::create ( ulint  a__tm_instr_op_base__id,
ptr< ::lestes::std::set< ::lestes::md::types::tm_data_type_base::id_type > >  a__tm_instr_op_base__allowed_types 
) [static]

Second generated factory method for class tm_instr_op_imm.

This factory method for class tm_instr_op_imm uses initializers.

Author:
lsg

Definition at line 287 of file tm_instr.g.cc.

References tm_instr_op_imm().

00289 {
00290         return ptr< tm_instr_op_imm > ( new tm_instr_op_imm(a__tm_instr_op_base__id, a__tm_instr_op_base__allowed_types, ::lestes::std::vector< ulint > ::create(), 0) );
00291 }

ptr< object::reflection_list > lestes::md::instructions::tm_instr_op_imm::reflection_get (  )  const [virtual]

for purposes of dumping

Reimplemented from lestes::md::instructions::tm_instr_op_imm_base.

Definition at line 307 of file tm_instr.g.cc.

References lestes::std::list< T >::create(), reflection, and lestes::md::instructions::tm_instr_op_imm_base::reflection_get().

00308 {
00309         if (!reflection) {
00310                 typedef class_reflection::field_metadata md;
00311                 typedef class_reflection::field_metadata_list mdlist;
00312                 ptr<mdlist> mdl = mdlist::create();
00313                 reflection = reflection_list::create( tm_instr_op_imm_base::reflection_get() );
00314                 reflection->push_back( class_reflection::create( "tm_instr_op_imm", mdl ) );
00315         }
00316         return reflection;
00317 }

ptr< object::field_list_list > lestes::md::instructions::tm_instr_op_imm::field_values_get (  )  const [virtual]

for purposes of dumping

Reimplemented from lestes::md::instructions::tm_instr_op_imm_base.

Definition at line 319 of file tm_instr.g.cc.

References lestes::md::instructions::tm_instr_op_imm_base::field_values_get().

00320 {
00321         ptr < field_list_list > result = tm_instr_op_imm_base::field_values_get();
00322         return result;
00323 }

void lestes::md::instructions::tm_instr_op_imm::gc_mark ( void   )  [protected, virtual]

Marking routine for class tm_instr_op_imm.

Marking routine is used for garbage collection.

Author:
lsg

Reimplemented from lestes::md::instructions::tm_instr_op_imm_base.

Definition at line 330 of file tm_instr.g.cc.

References lestes::md::instructions::tm_instr_op_imm_base::gc_mark().

00331 {
00332         tm_instr_op_imm_base::gc_mark();
00333 }


Member Data Documentation

ptr< object::reflection_list > lestes::md::instructions::tm_instr_op_imm::reflection = reflection [static, private]

Reimplemented from lestes::md::instructions::tm_instr_op_imm_base.

Definition at line 202 of file tm_instr.g.hh.

Referenced by reflection_get().


The documentation for this class was generated from the following files:
Generated on Mon Feb 12 18:25:48 2007 for lestes by doxygen 1.5.1-20070107