Classes | Public Member Functions | Public Attributes

Table::TargetInfo::Selection Struct Reference

Selected element/positioning This selects the specific form and where/how it can be found in the file, or explicit values for the form elements. More...

List of all members.

Classes

struct  Elem
 holds the 'value' of a certain selection More...

Public Member Functions

 Selection ()
bool havePos (int ielem) const
bool isKeyworded (int ielem) const
bool isInFile (int ielem=0) const
const char * getVal (int ielem) const
bool isFilled () const

Public Attributes

int form_
TypeSet< Elemelems_
const UnitOfMeasureunit_

Detailed Description

Selected element/positioning This selects the specific form and where/how it can be found in the file, or explicit values for the form elements.


Constructor & Destructor Documentation

Table::TargetInfo::Selection::Selection (  )  [inline]

Member Function Documentation

const char* Table::TargetInfo::Selection::getVal ( int  ielem  )  const [inline]
bool Table::TargetInfo::Selection::havePos ( int  ielem  )  const [inline]
bool Table::TargetInfo::Selection::isFilled (  )  const [inline]
bool Table::TargetInfo::Selection::isInFile ( int  ielem = 0  )  const [inline]
bool Table::TargetInfo::Selection::isKeyworded ( int  ielem  )  const [inline]

Member Data Documentation