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

Description:

Specialization of functor AppendableTraits for type ExpressionVal.

Definition at line 299 of file expression.hpp.

#include <expression.hpp>

Public Method Index:

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

Method Details:

◆ operator()()

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

Appends the result of String GetNormalizedString() const to the target.

Parameters
targetThe AString that method Append(const TAppendable&) was invoked on.
srcThe expression to append.

Definition at line 303 of file expression.hpp.

Here is the call graph for this function:

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