GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
Public Member Functions | |
GuidoStream () | |
virtual | ~GuidoStream () |
void | WriteToStream (const char *str) |
void | ReinitStream () |
std::string | getStreamStr () const |
const std::string | getGuidoCode () const |
Protected Member Functions | |
void | AnalyzeString (const std::stringstream &inStr, std::stack< char > &stack) |
void | WriteNewString (std::stack< char > &inStack, std::string &stringToComplete) |
Protected Attributes | |
std::stringstream | fInputStream |
std::string | fGMNCode |
|
inline |
|
inlinevirtual |
|
protected |
|
inline |
std::string GuidoStream::getStreamStr | ( | ) | const |
void GuidoStream::ReinitStream | ( | ) |
|
protected |
void GuidoStream::WriteToStream | ( | const char * | str | ) |
|
protected |
|
protected |