Public Member Functions | Public Attributes

Table::TargetInfo::Selection::Elem Struct Reference

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

List of all members.

Public Member Functions

 Elem ()
 Elem (const RowCol &rc, const char *kw=0)
 Elem (const char *s)
bool isInFile () const
bool isKeyworded () const
bool isSpecified () const
bool isEmpty () const
bool operator== (const Elem &v) const

Public Attributes

RowCol pos_
BufferString keyword_
BufferString val_

Detailed Description

holds the 'value' of a certain selection


Constructor & Destructor Documentation

Table::TargetInfo::Selection::Elem::Elem (  )  [inline]
Table::TargetInfo::Selection::Elem::Elem ( const RowCol rc,
const char *  kw = 0 
) [inline]
Table::TargetInfo::Selection::Elem::Elem ( const char *  s  )  [inline]

Member Function Documentation

bool Table::TargetInfo::Selection::Elem::isEmpty (  )  const [inline]
bool Table::TargetInfo::Selection::Elem::isInFile (  )  const [inline]
bool Table::TargetInfo::Selection::Elem::isKeyworded (  )  const [inline]
bool Table::TargetInfo::Selection::Elem::isSpecified (  )  const [inline]
bool Table::TargetInfo::Selection::Elem::operator== ( const Elem v  )  const [inline]

Member Data Documentation