AbstractLexer::CComment Class Reference

Search Toolkit Book for AbstractLexer::CComment

#include <alexer.hpp>

List of all members.


Detailed Description

Definition at line 89 of file alexer.hpp.

Public Member Functions

 CComment (int line)
int GetLine (void) const
const string & GetValue (void) const
void AddChar (char c)

Private Attributes

int m_Line
string m_Value


Constructor & Destructor Documentation

AbstractLexer::CComment::CComment int  line  )  [inline]
 

Definition at line 92 of file alexer.hpp.


Member Function Documentation

void AbstractLexer::CComment::AddChar char  c  ) 
 

Definition at line 208 of file alexer.cpp.

References m_Value.

int AbstractLexer::CComment::GetLine void   )  const [inline]
 

Definition at line 97 of file alexer.hpp.

References m_Line.

Referenced by AbstractParser::CopyLineComment().

const string& AbstractLexer::CComment::GetValue void   )  const [inline]
 

Definition at line 101 of file alexer.hpp.

References m_Value.


Member Data Documentation

int AbstractLexer::CComment::m_Line [private]
 

Definition at line 109 of file alexer.hpp.

Referenced by GetLine().

string AbstractLexer::CComment::m_Value [private]
 

Definition at line 110 of file alexer.hpp.

Referenced by AddChar(), and GetValue().


The documentation for this class was generated from the following files:
Generated on Mon Dec 7 09:48:39 2009 for NCBI C++ ToolKit by  doxygen 1.4.6
Modified on Mon Dec 07 16:22:18 2009 by modify_doxy.py rev. 173732