Blender  V2.93
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 76 of file util_ies.cpp.

Constructor & Destructor Documentation

◆ IESTextParser()

IESTextParser::IESTextParser ( const string &  str)
inline

Definition at line 81 of file util_ies.cpp.

References data.

Member Function Documentation

◆ eof()

bool IESTextParser::eof ( )
inline

Definition at line 87 of file util_ies.cpp.

References data, and NULL.

Referenced by IESFile::parse().

◆ get_double()

double IESTextParser::get_double ( )
inline

Definition at line 92 of file util_ies.cpp.

References data, and NULL.

Referenced by IESFile::parse().

◆ get_long()

long IESTextParser::get_long ( )
inline

Definition at line 106 of file util_ies.cpp.

References data, and NULL.

Referenced by IESFile::parse().

Member Data Documentation

◆ data

char* IESTextParser::data

Definition at line 79 of file util_ies.cpp.

Referenced by IESFile::parse().

◆ text

vector<char> IESTextParser::text

Definition at line 78 of file util_ies.cpp.


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