Public Member Functions | List of all members
SearchIndicesContext::Private Class Reference
Inheritance diagram for SearchIndicesContext::Private:
GenericNodeListContext TemplateListIntf

Public Member Functions

 Private ()
 
- Public Member Functions inherited from GenericNodeListContext
 GenericNodeListContext ()
 
int count () const
 
TemplateVariant at (int index) const
 
TemplateListIntf::ConstIteratorcreateIterator () const
 
void append (const TemplateVariant &ctn)
 
bool isEmpty () const
 
int addRef ()
 
int release ()
 
- Public Member Functions inherited from TemplateListIntf
virtual ~TemplateListIntf ()
 

Additional Inherited Members

- Static Public Member Functions inherited from GenericNodeListContext
static GenericNodeListContextalloc ()
 

Detailed Description

Definition at line 9890 of file context.cpp.

Constructor & Destructor Documentation

SearchIndicesContext::Private::Private ( )
inline

Definition at line 9893 of file context.cpp.

9894  {
9896  for (int i=0;i<NUM_SEARCH_INDICES;i++)
9897  {
9898  append(SearchIndexContext::alloc(&indices[i]));
9899  }
9900  }
void append(const TemplateVariant &ctn)
Definition: context.cpp:195
constexpr std::array< std::size_t, geo::vect::dimension< Vector >)> indices()
Returns a sequence of indices valid for a vector of the specified type.
static SearchIndexContext * alloc(const SearchIndexInfo *info)
Definition: context.h:1311
#define NUM_SEARCH_INDICES
Definition: searchindex.h:130
const SearchIndexInfo * getSearchIndices()

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