#include <argument_holder.hh>
Inheritance diagram for lestes::msg::argument_holder00< T >:

Public Types | |
| typedef ptr< message_stencil0< T > > | stencil_type |
| Type of the stencil. | |
Public Member Functions | |
| stencil_type | stencil_get (void) const |
| Returns the stencil. | |
Static Public Member Functions | |
| static ptr< argument_holder00< T > > | create (const stencil_type &a_stencil) |
| Returns the holder. | |
Protected Member Functions | |
| argument_holder00 (const stencil_type &a_stencil) | |
| Creates the holder. | |
| void | gc_mark (void) |
| Marks the object. | |
Private Member Functions | |
| void | fake_method (T &) |
| Fake method to enable templatization. | |
| argument_holder00 (const argument_holder00< T > &) | |
| Hides copy constructor. | |
| argument_holder00< T > & | operator= (const argument_holder00< T > &) |
| Hides assignment operator. | |
Private Attributes | |
| srp< message_stencil0< T > > | stencil |
| Stencil for the message. | |
Holder for zero arguments with zero arguments filled.
| T | Fake argument to enable templatization. |
Definition at line 127 of file argument_holder.hh.
| typedef ptr< message_stencil0<T> > lestes::msg::argument_holder00< T >::stencil_type |
| lestes::msg::argument_holder00< T >::argument_holder00 | ( | const stencil_type & | a_stencil | ) | [inline, protected] |
Creates the holder.
Creates holder for zero arguments.
| a_stencil | The stencil for the message. |
Definition at line 156 of file argument_holder.hh.
| lestes::msg::argument_holder00< T >::argument_holder00 | ( | const argument_holder00< T > & | ) | [private] |
Hides copy constructor.
| argument_holder00< T >::stencil_type lestes::msg::argument_holder00< T >::stencil_get | ( | void | ) | const [inline] |
Returns the stencil.
Returns the stencil.
Definition at line 166 of file argument_holder.hh.
References lestes::msg::argument_holder00< T >::stencil.
00167 { 00168 return stencil; 00169 }
| ptr< argument_holder00< T > > lestes::msg::argument_holder00< T >::create | ( | const stencil_type & | a_stencil | ) | [inline, static] |
Returns the holder.
Returns holder for no arguments.
| a_stencil | The stencil for the message. |
Definition at line 178 of file argument_holder.hh.
| void lestes::msg::argument_holder00< T >::gc_mark | ( | void | ) | [inline, protected] |
Marks the object.
Marks the object for garbage collection.
Definition at line 187 of file argument_holder.hh.
References lestes::msg::argument_holder00< T >::stencil.
00188 { 00189 stencil.gc_mark(); 00190 object::gc_mark(); 00191 }
| void lestes::msg::argument_holder00< T >::fake_method | ( | T & | ) | [private] |
Fake method to enable templatization.
| argument_holder00<T>& lestes::msg::argument_holder00< T >::operator= | ( | const argument_holder00< T > & | ) | [private] |
Hides assignment operator.
srp< message_stencil0<T> > lestes::msg::argument_holder00< T >::stencil [private] |
Stencil for the message.
Definition at line 142 of file argument_holder.hh.
Referenced by lestes::msg::argument_holder00< T >::gc_mark(), and lestes::msg::argument_holder00< T >::stencil_get().
1.5.1-20070107