|
OOFEM 3.0
|
Public Attributes | |
| char * | string |
| name * | next |
| int | size = -1 |
| double | doubleValue |
| FloatArray | arrayValue |
| FloatArray oofem::Parser::name::arrayValue |
Definition at line 92 of file parser.h.
Referenced by oofem::Parser::eval(), oofem::Parser::getVariableValue(), oofem::Parser::look(), and oofem::Parser::setVariableValue().
| double oofem::Parser::name::doubleValue |
Definition at line 91 of file parser.h.
Referenced by oofem::Parser::eval(), oofem::Parser::getVariableValue(), oofem::Parser::look(), and oofem::Parser::setVariableValue().
| name* oofem::Parser::name::next |
Definition at line 88 of file parser.h.
Referenced by oofem::Parser::look(), and oofem::Parser::reset().
| int oofem::Parser::name::size = -1 |
Definition at line 90 of file parser.h.
Referenced by oofem::Parser::eval(), oofem::Parser::getVariableValue(), oofem::Parser::look(), and oofem::Parser::setVariableValue().
| char* oofem::Parser::name::string |
Definition at line 87 of file parser.h.
Referenced by oofem::Parser::look(), and oofem::Parser::reset().