#include <parseablestring.h>
ParseableString::ParseableString |
( |
LongString * |
string | ) |
|
This constructor creates an instance by converting from LongString
- Parameters
-
string | string for conversion |
ParseableString::ParseableString |
( |
char * |
string, |
|
|
unsigned int |
length |
|
) |
| |
This constructor creates an instance from a byte buffer
- Parameters
-
string | buffer with string data |
length | length of buffer |
bool AP_LSystem::ParseableString::eof |
( |
| ) |
|
|
inline |
Indicates end of string
- Returns
- true if end of string
char ParseableString::next |
( |
std::vector< Parameter > & |
parameters | ) |
|
Move interator forward and return next module
- Parameters
-
parameters | vector for storing module parameter |
- Returns
- identifier of module
void AP_LSystem::ParseableString::reset |
( |
| ) |
|
|
inline |
Reset position of iterator to begin of string
std::basic_ostream<char>& operator<< |
( |
std::basic_ostream< char > & |
os, |
|
|
const ParseableString |
ps |
|
) |
| |
|
friend |
unsigned AP_LSystem::ParseableString::m_Length |
|
protected |
char* AP_LSystem::ParseableString::m_Str |
|
protected |
The documentation for this class was generated from the following files: