lestes::md::instructions::tm_instr_op_mem Class Reference

#include <tm_instr.g.hh>

Inheritance diagram for lestes::md::instructions::tm_instr_op_mem:

lestes::md::instructions::tm_instr_op_mem_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_memcreate (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_mem.
static ptr< tm_instr_op_memcreate (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_mem.

Protected Member Functions

 tm_instr_op_mem (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_mem.
virtual void gc_mark ()
 Marking routine for class tm_instr_op_mem.

Static Private Attributes

static ptr< reflection_listreflection = reflection

Detailed Description

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


Constructor & Destructor Documentation

lestes::md::instructions::tm_instr_op_mem::tm_instr_op_mem ( 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_mem.

Generated constructor for class tm_instr_op_mem.

Author:
lsg

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

Referenced by create().

00154         : tm_instr_op_mem_base(a__tm_instr_op_base__id,
00155                 a__tm_instr_op_base__allowed_types,
00156                 a__tm_instr_op_base__destroyed_by,
00157                 a__tm_instr_op_base__destroys)
00158 {}


Member Function Documentation

ptr< tm_instr_op_mem > lestes::md::instructions::tm_instr_op_mem::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_mem.

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

Author:
lsg

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

References tm_instr_op_mem().

00129 {
00130         return ptr< tm_instr_op_mem > ( new tm_instr_op_mem(a__tm_instr_op_base__id,
00131                 a__tm_instr_op_base__allowed_types,
00132                 a__tm_instr_op_base__destroyed_by,
00133                 a__tm_instr_op_base__destroys) );
00134 }

ptr< tm_instr_op_mem > lestes::md::instructions::tm_instr_op_mem::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_mem.

This factory method for class tm_instr_op_mem uses initializers.

Author:
lsg

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

References tm_instr_op_mem().

00142 {
00143         return ptr< tm_instr_op_mem > ( new tm_instr_op_mem(a__tm_instr_op_base__id, a__tm_instr_op_base__allowed_types, ::lestes::std::vector< ulint > ::create(), 0) );
00144 }

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

for purposes of dumping

Reimplemented from lestes::md::instructions::tm_instr_op_mem_base.

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

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

00161 {
00162         if (!reflection) {
00163                 typedef class_reflection::field_metadata md;
00164                 typedef class_reflection::field_metadata_list mdlist;
00165                 ptr<mdlist> mdl = mdlist::create();
00166                 reflection = reflection_list::create( tm_instr_op_mem_base::reflection_get() );
00167                 reflection->push_back( class_reflection::create( "tm_instr_op_mem", mdl ) );
00168         }
00169         return reflection;
00170 }

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

for purposes of dumping

Reimplemented from lestes::md::instructions::tm_instr_op_mem_base.

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

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

00173 {
00174         ptr < field_list_list > result = tm_instr_op_mem_base::field_values_get();
00175         return result;
00176 }

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

Marking routine for class tm_instr_op_mem.

Marking routine is used for garbage collection.

Author:
lsg

Reimplemented from lestes::md::instructions::tm_instr_op_mem_base.

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

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

00184 {
00185         tm_instr_op_mem_base::gc_mark();
00186 }


Member Data Documentation

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

Reimplemented from lestes::md::instructions::tm_instr_op_mem_base.

Definition at line 121 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