My Project
Public Member Functions | Public Attributes | List of all members
NPLMono.NPLLex.Zio Class Reference

Public Member Functions

 Zio (string input)
 
void setinput (string input)
 
int next ()
 return the current character, but increase the pointer to the next one. More...
 
 Zio (string input)
 
void setinput (string input)
 
int next ()
 return the current character, but increase the pointer to the next one. More...
 

Public Attributes

int nCurrentPosition
 
string data
 

Member Function Documentation

§ next() [1/2]

int NPLMono.NPLLex.Zio.next ( )
inline

return the current character, but increase the pointer to the next one.

Returns

§ next() [2/2]

int NPLMono.NPLLex.Zio.next ( )
inline

return the current character, but increase the pointer to the next one.

Returns

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