2005/5/9

     
 

struct CharStreamPos

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::io::CharStreamPos Struct Reference

#include <StreamTokenizer.h>

List of all members.


Detailed Description

internal structure to hold text position


Public Member Functions

 CharStreamPos ()
 CharStreamPos (int chp, int lp, int clp)

Public Attributes

int charPos
int linePos
int columnPos


Constructor & Destructor Documentation

acdk::io::CharStreamPos::CharStreamPos  )  [inline]
 

acdk::io::CharStreamPos::CharStreamPos int  chp,
int  lp,
int  clp
[inline]
 


Member Data Documentation

int acdk::io::CharStreamPos::charPos
 

int acdk::io::CharStreamPos::columnPos
 

int acdk::io::CharStreamPos::linePos