|
virtual void | post (const Mesg &, const MesgProps &) |
| Causes a message to be emitted.
|
|
virtual std::string | maybeTerminatePrior (const Mesg &, const MesgProps &) |
| Support function for emitting a message.
|
|
virtual std::string | maybePrefix (const Mesg &, const MesgProps &) |
| Support function for emitting a message.
|
|
virtual std::string | maybeBody (const Mesg &, const MesgProps &) |
| Support function for emitting a message.
|
|
virtual std::string | maybeFinal (const Mesg &, const MesgProps &) |
| Support function for emitting a message.
|
|
virtual std::string | render (const Mesg &, const MesgProps &) |
| Support function for emitting a message.
|
|
GangPtr | gang () const |
| Property: sink gang.
|
|
UnformattedSinkPtr | gang (const GangPtr &g) |
| Property: sink gang.
|
|
bool | partialMessagesAllowed () const |
| Property: allow partial message output.
|
|
UnformattedSinkPtr | partialMessagesAllowed (bool) |
| Property: allow partial message output.
|
|
PrefixPtr | prefix () const |
| Property: how to generate message prefixes.
|
|
UnformattedSinkPtr | prefix (const PrefixPtr &p) |
| Property: how to generate message prefixes.
|
|
virtual void | bakeDestinations (const MesgProps &, BakedDestinations &baked) |
| Bakes message properties according to the plumbing lattice.
|
|
MesgProps | mergePropertiesNS (const MesgProps &props) |
| Merge properties of this lattice node into the specified properties.
|
|
const MesgProps & | defaultPropertiesNS () const |
| Default values for message properties.
|
|
MesgProps & | defaultPropertiesNS () |
| Default values for message properties.
|
|
const MesgProps & | overridePropertiesNS () const |
| Overrides message properties.
|
|
MesgProps & | overridePropertiesNS () |
| Overrides message properties.
|
|
| SharedObject () |
| Default constructor.
|
|
| SharedObject (const SharedObject &) |
| Copy constructor.
|
|
virtual | ~SharedObject () |
| Virtual destructor.
|
|
SharedObject & | operator= (const SharedObject &) |
| Assignment.
|
|
SharedPointer< Destination > | sharedFromThis () |
| Create a shared pointer from this .
|
|
SharedPointer< const Destination > | sharedFromThis () const |
| Create a shared pointer from this .
|
|