HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::component::SymbolInfo Class Reference

#include <SymbolInfo.hpp>

Public Member Functions

 SymbolInfo ()
virtual ~SymbolInfo ()
const LanguageMaskgetMask () const
 accessors
const SymbolTypegetType () const
const CHAR_TYPEgetUpper () const
const CHAR_TYPEgetLower () const
void setType (const SymbolType &type)
 mutators
const LanguageMasksetMask (const LanguageMask &mask)
const CHAR_TYPEsetUpper (const CHAR_TYPE &upper)
const CHAR_TYPEsetLower (const CHAR_TYPE &lower)

Detailed Description

Definition at line 66 of file SymbolInfo.hpp.

Constructor & Destructor Documentation

HCE::component::SymbolInfo::SymbolInfo ( )
virtual HCE::component::SymbolInfo::~SymbolInfo ( )
virtual

Member Function Documentation

const CHAR_TYPE& HCE::component::SymbolInfo::getLower ( ) const
inline

Definition at line 76 of file SymbolInfo.hpp.

const LanguageMask& HCE::component::SymbolInfo::getMask ( ) const
inline

accessors

Definition at line 73 of file SymbolInfo.hpp.

const SymbolType& HCE::component::SymbolInfo::getType ( ) const
inline

Definition at line 74 of file SymbolInfo.hpp.

const CHAR_TYPE& HCE::component::SymbolInfo::getUpper ( ) const
inline

Definition at line 75 of file SymbolInfo.hpp.

const CHAR_TYPE& HCE::component::SymbolInfo::setLower ( const CHAR_TYPE lower)
inline

Definition at line 82 of file SymbolInfo.hpp.

const LanguageMask& HCE::component::SymbolInfo::setMask ( const LanguageMask mask)
inline

Definition at line 80 of file SymbolInfo.hpp.

void HCE::component::SymbolInfo::setType ( const SymbolType type)
inline

mutators

Definition at line 79 of file SymbolInfo.hpp.

const CHAR_TYPE& HCE::component::SymbolInfo::setUpper ( const CHAR_TYPE upper)
inline

Definition at line 81 of file SymbolInfo.hpp.


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