Blender  V3.3
Public Member Functions | Public Attributes | List of all members
IESTextParser Class Reference

Public Member Functions

 IESTextParser (const string &str)
 
bool eof ()
 
double get_double ()
 
long get_long ()
 

Public Attributes

vector< char > text
 
char * data
 

Detailed Description

Definition at line 63 of file ies.cpp.

Constructor & Destructor Documentation

◆ IESTextParser()

IESTextParser::IESTextParser ( const string &  str)
inline

Definition at line 68 of file ies.cpp.

References data.

Member Function Documentation

◆ eof()

bool IESTextParser::eof ( )
inline

Definition at line 74 of file ies.cpp.

References data, and NULL.

Referenced by IESFile::parse().

◆ get_double()

double IESTextParser::get_double ( )
inline

Definition at line 79 of file ies.cpp.

References data, and NULL.

Referenced by IESFile::parse().

◆ get_long()

long IESTextParser::get_long ( )
inline

Definition at line 93 of file ies.cpp.

References data, and NULL.

Referenced by IESFile::parse().

Member Data Documentation

◆ data

char* IESTextParser::data

Definition at line 66 of file ies.cpp.

Referenced by IESFile::parse().

◆ text

vector<char> IESTextParser::text

Definition at line 65 of file ies.cpp.


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