#include <argument_holder.hh>
Inheritance diagram for lestes::msg::argument_holder30< P0, P1, P2 >:

Public Types | |
| typedef ptr< message_stencil3< P0, P1, P2 > > | 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_holder30< P0, P1, P2 > > | create (const stencil_type &a_stencil) |
| Returns the holder. | |
Protected Member Functions | |
| argument_holder30 (int, const stencil_type &a_stencil) | |
| Creates the holder. | |
| argument_holder30 (const ptr< argument_holder30< P0, P1, P2 > > &other) | |
| Creates copy of the holder. | |
| void | gc_mark (void) |
| Marks the object. | |
Private Member Functions | |
| argument_holder30 (const argument_holder30< P0, P1, P2 > &) | |
| Hides copy constructor. | |
| argument_holder30< P0, P1, P2 > & | operator= (const argument_holder30< P0, P1, P2 > &) |
| Hides assignment operator. | |
Private Attributes | |
| srp< message_stencil3< P0, P1, P2 > > | stencil |
| Stencil for the message. | |
Holder for three arguments with no arguments filled.
| P0 | The type of the zeroth argument. | |
| P1 | The type of the first argument. | |
| P2 | The type of the second argument. |
Definition at line 608 of file argument_holder.hh.
| typedef ptr< message_stencil3<P0,P1,P2> > lestes::msg::argument_holder30< P0, P1, P2 >::stencil_type |
| lestes::msg::argument_holder30< P0, P1, P2 >::argument_holder30 | ( | int | , | |
| const stencil_type & | a_stencil | |||
| ) | [inline, protected] |
Creates the holder.
Creates the holder for three arguments.
| a_stencil | The stencil for the message. |
Definition at line 637 of file argument_holder.hh.
| lestes::msg::argument_holder30< P0, P1, P2 >::argument_holder30 | ( | const ptr< argument_holder30< P0, P1, P2 > > & | other | ) | [inline, protected] |
Creates copy of the holder.
Creates holder by copying other holder.
| a_other | The holder to copy. |
Definition at line 647 of file argument_holder.hh.
| lestes::msg::argument_holder30< P0, P1, P2 >::argument_holder30 | ( | const argument_holder30< P0, P1, P2 > & | ) | [private] |
Hides copy constructor.
| argument_holder30< P0, P1, P2 >::stencil_type lestes::msg::argument_holder30< P0, P1, P2 >::stencil_get | ( | void | ) | const [inline] |
Returns the stencil.
Returns the stencil.
Definition at line 657 of file argument_holder.hh.
References lestes::msg::argument_holder30< P0, P1, P2 >::stencil.
00658 { 00659 return stencil; 00660 }
| ptr< argument_holder30< P0, P1, P2 > > lestes::msg::argument_holder30< P0, P1, P2 >::create | ( | const stencil_type & | a_stencil | ) | [inline, static] |
Returns the holder.
Returns holder for three arguments.
| a_stencil | The stencil for the message. |
Definition at line 669 of file argument_holder.hh.
| void lestes::msg::argument_holder30< P0, P1, P2 >::gc_mark | ( | void | ) | [inline, protected] |
Marks the object.
Marks the object for garbage collection.
Reimplemented in lestes::msg::argument_holder31< P0, P1, P2 >, lestes::msg::argument_holder32< P0, P1, P2 >, and lestes::msg::argument_holder33< P0, P1, P2 >.
Definition at line 678 of file argument_holder.hh.
References lestes::msg::argument_holder30< P0, P1, P2 >::stencil.
00679 { 00680 stencil.gc_mark(); 00681 object::gc_mark(); 00682 }
| argument_holder30<P0,P1,P2>& lestes::msg::argument_holder30< P0, P1, P2 >::operator= | ( | const argument_holder30< P0, P1, P2 > & | ) | [private] |
Hides assignment operator.
srp< message_stencil3<P0,P1,P2> > lestes::msg::argument_holder30< P0, P1, P2 >::stencil [private] |
Stencil for the message.
Definition at line 625 of file argument_holder.hh.
Referenced by lestes::msg::argument_holder30< P0, P1, P2 >::gc_mark(), and lestes::msg::argument_holder30< P0, P1, P2 >::stencil_get().
1.5.1-20070107