ALib C++ Library
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::strings::APPENDABLES::AppendableTraits< expressions::Expression, alib::character, lang::HeapAllocator > Struct Reference

Description:

Specialization of functor AppendableTraits for type Expression.

Definition at line 304 of file expression.inl.

Public Method Index:

void operator() (AString &target, const expressions::Expression &src)
 

Method Details:

◆ operator()()

void alib::strings::APPENDABLES::AppendableTraits< expressions::Expression, alib::character, lang::HeapAllocator >::operator() ( AString & target,
const expressions::Expression & src )
inline

Appends the result of ExpressionVal::GetNormalizedString to the target.

Parameters
targetThe AString that method Append was invoked on.
srcThe expression to append.

Definition at line 311 of file expression.inl.


The documentation for this struct was generated from the following file: