lestes::md::instructions::tm_instr_op_reg Class Reference

#include <tm_instr.g.hh>

Inheritance diagram for lestes::md::instructions::tm_instr_op_reg:

lestes::md::instructions::tm_instr_op_reg_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_regcreate (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, ptr< ::lestes::std::set< ::lestes::md::registers::tm_register_base::id_type > > a__tm_instr_op_reg_base__allowed_registers)
 First generated factory method for class tm_instr_op_reg.
static ptr< tm_instr_op_regcreate (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::set< ::lestes::md::registers::tm_register_base::id_type > > a__tm_instr_op_reg_base__allowed_registers)
 Second generated factory method for class tm_instr_op_reg.

Protected Member Functions

 tm_instr_op_reg (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, ptr< ::lestes::std::set< ::lestes::md::registers::tm_register_base::id_type > > a__tm_instr_op_reg_base__allowed_registers)
 Generated constructor for class tm_instr_op_reg.
virtual void gc_mark ()
 Marking routine for class tm_instr_op_reg.

Static Private Attributes

static ptr< reflection_listreflection = reflection

Detailed Description

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


Constructor & Destructor Documentation

lestes::md::instructions::tm_instr_op_reg::tm_instr_op_reg ( 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,
ptr< ::lestes::std::set< ::lestes::md::registers::tm_register_base::id_type > >  a__tm_instr_op_reg_base__allowed_registers 
) [protected]

Generated constructor for class tm_instr_op_reg.

Generated constructor for class tm_instr_op_reg.

Author:
lsg

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

Referenced by create().

00229         : tm_instr_op_reg_base(a__tm_instr_op_base__id,
00230                 a__tm_instr_op_base__allowed_types,
00231                 a__tm_instr_op_base__destroyed_by,
00232                 a__tm_instr_op_base__destroys,
00233                 a__tm_instr_op_reg_base__allowed_registers)
00234 {}


Member Function Documentation

ptr< tm_instr_op_reg > lestes::md::instructions::tm_instr_op_reg::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,
ptr< ::lestes::std::set< ::lestes::md::registers::tm_register_base::id_type > >  a__tm_instr_op_reg_base__allowed_registers 
) [static]

First generated factory method for class tm_instr_op_reg.

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

Author:
lsg

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

References tm_instr_op_reg().

00201 {
00202         return ptr< tm_instr_op_reg > ( new tm_instr_op_reg(a__tm_instr_op_base__id,
00203                 a__tm_instr_op_base__allowed_types,
00204                 a__tm_instr_op_base__destroyed_by,
00205                 a__tm_instr_op_base__destroys,
00206                 a__tm_instr_op_reg_base__allowed_registers) );
00207 }

ptr< tm_instr_op_reg > lestes::md::instructions::tm_instr_op_reg::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::set< ::lestes::md::registers::tm_register_base::id_type > >  a__tm_instr_op_reg_base__allowed_registers 
) [static]

Second generated factory method for class tm_instr_op_reg.

This factory method for class tm_instr_op_reg uses initializers.

Author:
lsg

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

References tm_instr_op_reg().

00216 {
00217         return ptr< tm_instr_op_reg > ( new tm_instr_op_reg(a__tm_instr_op_base__id, a__tm_instr_op_base__allowed_types, ::lestes::std::vector< ulint > ::create(), 0, a__tm_instr_op_reg_base__allowed_registers) );
00218 }

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

for purposes of dumping

Reimplemented from lestes::md::instructions::tm_instr_op_reg_base.

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

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

00237 {
00238         if (!reflection) {
00239                 typedef class_reflection::field_metadata md;
00240                 typedef class_reflection::field_metadata_list mdlist;
00241                 ptr<mdlist> mdl = mdlist::create();
00242                 reflection = reflection_list::create( tm_instr_op_reg_base::reflection_get() );
00243                 reflection->push_back( class_reflection::create( "tm_instr_op_reg", mdl ) );
00244         }
00245         return reflection;
00246 }

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

for purposes of dumping

Reimplemented from lestes::md::instructions::tm_instr_op_reg_base.

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

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

00249 {
00250         ptr < field_list_list > result = tm_instr_op_reg_base::field_values_get();
00251         return result;
00252 }

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

Marking routine for class tm_instr_op_reg.

Marking routine is used for garbage collection.

Author:
lsg

Reimplemented from lestes::md::instructions::tm_instr_op_reg_base.

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

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

00260 {
00261         tm_instr_op_reg_base::gc_mark();
00262 }


Member Data Documentation

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

Reimplemented from lestes::md::instructions::tm_instr_op_reg_base.

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