GlobalObjects
Loading...
Searching...
No Matches
glo::IndexPool::IndexFilter Struct Reference

Filters can be assigned to objects of the type ObjectStrIndexIterator, which control the iteration by an ObjectStrIndex.
This filter has an index filter expression in m_sIndexFilterValue. More...

#include <GloIndexPool.h>

Inheritance diagram for glo::IndexPool::IndexFilter:

Public Member Functions

virtual ~IndexFilter ()
 

Public Attributes

std::string m_sIndexFilterValue
 

Detailed Description

Filters can be assigned to objects of the type ObjectStrIndexIterator, which control the iteration by an ObjectStrIndex.
This filter has an index filter expression in m_sIndexFilterValue.

Author
Helmut Jakoby

Constructor & Destructor Documentation

◆ ~IndexFilter()

virtual glo::IndexPool::IndexFilter::~IndexFilter ( )
inlinevirtual

A virtual destructor makes the structure polimorph.

Member Data Documentation

◆ m_sIndexFilterValue

std::string glo::IndexPool::IndexFilter::m_sIndexFilterValue

The index expression may contain the wildcard characters '*' and '?', which are taken into account in the evaluation.


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