#include <message_stencil.hh>
Inheritance diagram for lestes::msg::message_stencil1< P0 >:
Public Types | |
typedef formatter< P0 > | f0_type |
The type of formatter for zeroth parameter. | |
Public Member Functions | |
ptr< message > | format (const P0 &p0) const |
Formats a message according to the stencil. | |
Static Public Member Functions | |
static ptr< message_stencil1< P0 > > | create (const lstring &a_format, flags_type a_flags, const ptr< f0_type > &a_f0) |
Returns new stencil. | |
Protected Member Functions | |
message_stencil1 (const lstring &a_format, flags_type a_flags, const ptr< f0_type > &a_f0) | |
Creates new stencil. | |
void | gc_mark (void) |
Marks the object. | |
Private Member Functions | |
message_stencil1 (const message_stencil1< P0 > &) | |
Hides copy constructor. | |
message_stencil1< P0 > & | operator= (const message_stencil1< P0 > &) |
Hides assignment operator. | |
Private Attributes | |
srp< f0_type > | f0 |
The formatter for the zeroth parameter. |
Represents message stencil with one formatted parameter.
P0 | The type of the zeroth parameter. |
typedef formatter<P0> lestes::msg::message_stencil1< P0 >::f0_type |
The type of formatter for zeroth parameter.
lestes::msg::message_stencil1< P0 >::message_stencil1 | ( | const lstring & | a_text, | |
flags_type | a_flags, | |||
const ptr< f0_type > & | a_f0 | |||
) | [inline, protected] |
lestes::msg::message_stencil1< P0 >::message_stencil1 | ( | const message_stencil1< P0 > & | ) | [private] |
Hides copy constructor.
ptr< message > lestes::msg::message_stencil1< P0 >::format | ( | const P0 & | p0 | ) | const [inline] |
ptr< message_stencil1< P0 > > lestes::msg::message_stencil1< P0 >::create | ( | const lstring & | a_format, | |
flags_type | a_flags, | |||
const ptr< f0_type > & | a_f0 | |||
) | [inline, static] |
Returns new stencil.
Returns the one-parameter stencil, initializes with values to fill into the message.
a_f0 != NULL
a_format | The format for the message, with % designating indexed parameter slots. | |
a_flags | The flags for the message. | |
a_f0 | The formatter for the zeroth parameter. |
void lestes::msg::message_stencil1< P0 >::gc_mark | ( | void | ) | [inline, protected, virtual] |
Marks the object.
Marks the object for garbage collection.
Reimplemented from lestes::msg::message_stencil.
message_stencil1<P0>& lestes::msg::message_stencil1< P0 >::operator= | ( | const message_stencil1< P0 > & | ) | [private] |
Hides assignment operator.
srp<f0_type> lestes::msg::message_stencil1< P0 >::f0 [private] |
The formatter for the zeroth parameter.