Blender V2.61 - r43446
Public Member Functions

CParser Class Reference

#include <InputParser.h>

List of all members.

Public Member Functions

 CParser ()
virtual ~CParser ()
float GetFloat (STR_String &txt)
CValueGetValue (STR_String &txt, bool bFallbackToText=false)
CExpressionProcessText (const char *intext)
void SetContext (CValue *context)

Detailed Description

Definition at line 28 of file InputParser.h.


Constructor & Destructor Documentation

CParser::CParser ( )

Definition at line 54 of file InputParser.cpp.

CParser::~CParser ( ) [virtual]

Definition at line 60 of file InputParser.cpp.

References CValue::Release().


Member Function Documentation

float CParser::GetFloat ( STR_String txt)
CValue * CParser::GetValue ( STR_String txt,
bool  bFallbackToText = false 
)
CExpression * CParser::ProcessText ( const char *  intext)
void CParser::SetContext ( CValue context)

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