My Project
|
The implementation of the "flatten" filter. More...
Static Public Member Functions | |
static TemplateVariant | apply (const TemplateVariant &v, const TemplateVariant &) |
Static Private Member Functions | |
static void | flatten (TemplateListIntf *tree, TemplateList *list) |
The implementation of the "flatten" filter.
Definition at line 822 of file template.cpp.
|
inlinestatic |
Definition at line 825 of file template.cpp.
References TemplateList::alloc(), flatten(), TemplateVariant::isValid(), TemplateVariant::List, TemplateVariant::toList(), and TemplateVariant::type().
|
inlinestaticprivate |
Definition at line 840 of file template.cpp.
References TemplateList::append(), TemplateListIntf::createIterator(), TemplateListIntf::ConstIterator::current(), TemplateStructIntf::get(), TemplateVariant::isValid(), TemplateVariant::List, TemplateListIntf::ConstIterator::toFirst(), TemplateVariant::toList(), TemplateListIntf::ConstIterator::toNext(), TemplateVariant::toStruct(), and TemplateVariant::type().
Referenced by apply().