Public Member Functions | Public Attributes | List of all members
Ogre::CPreprocessor::Macro Class Reference

A macro definition. More...

Public Member Functions

 Macro (const Token &iName)
 
 Macro (const Token &iName)
 
 ~Macro ()
 
 ~Macro ()
 
Token Expand (int iNumArgs, Token *iArgs, Macro *iMacros)
 Expand the macro value (will not work for functions) More...
 
Token Expand (int iNumArgs, Token *iArgs, Macro *iMacros)
 Expand the macro value (will not work for functions) More...
 

Public Attributes

TokenArgs
 The names of the arguments. More...
 
Token Body
 Unparsed macro body (keeps the whole raw unparsed macro body) More...
 
Token(* ExpandFunc )(CPreprocessor *iParent, int iNumArgs, Token *iArgs)
 A pointer to function implementation (if macro is really a func) More...
 
bool Expanding
 true if macro expansion is in progress More...
 
Token Name
 Macro name. More...
 
MacroNext
 Next macro in chained list. More...
 
int NumArgs
 Number of arguments. More...
 
Token Value
 The macro value. More...
 

Detailed Description

A macro definition.

Definition at line 172 of file Plus/src/GLSL/include/OgreGLSLPreprocessor.h.

Constructor & Destructor Documentation

◆ Macro() [1/2]

Ogre::CPreprocessor::Macro::Macro ( const Token iName)

◆ ~Macro() [1/2]

Ogre::CPreprocessor::Macro::~Macro ( )

Definition at line 197 of file Plus/src/GLSL/include/OgreGLSLPreprocessor.h.

References Args, and Next.

◆ Macro() [2/2]

Ogre::CPreprocessor::Macro::Macro ( const Token iName)

Definition at line 192 of file OgreGLSLESPreprocessor.h.

◆ ~Macro() [2/2]

Ogre::CPreprocessor::Macro::~Macro ( )

Definition at line 197 of file OgreGLSLESPreprocessor.h.

References Args, and Next.

Member Function Documentation

◆ Expand() [1/2]

Token Ogre::CPreprocessor::Macro::Expand ( int  iNumArgs,
Token iArgs,
Macro iMacros 
)

Expand the macro value (will not work for functions)

◆ Expand() [2/2]

Token Ogre::CPreprocessor::Macro::Expand ( int  iNumArgs,
Token iArgs,
Macro iMacros 
)

Expand the macro value (will not work for functions)

Member Data Documentation

◆ Args

Token * Ogre::CPreprocessor::Macro::Args

The names of the arguments.

Definition at line 180 of file Plus/src/GLSL/include/OgreGLSLPreprocessor.h.

Referenced by ~Macro().

◆ Body

Token Ogre::CPreprocessor::Macro::Body

Unparsed macro body (keeps the whole raw unparsed macro body)

Definition at line 184 of file Plus/src/GLSL/include/OgreGLSLPreprocessor.h.

◆ ExpandFunc

Token(* Ogre::CPreprocessor::Macro::ExpandFunc)(CPreprocessor *iParent, int iNumArgs, Token *iArgs)

A pointer to function implementation (if macro is really a func)

Definition at line 188 of file Plus/src/GLSL/include/OgreGLSLPreprocessor.h.

◆ Expanding

bool Ogre::CPreprocessor::Macro::Expanding

true if macro expansion is in progress

Definition at line 190 of file Plus/src/GLSL/include/OgreGLSLPreprocessor.h.

◆ Name

Token Ogre::CPreprocessor::Macro::Name

Macro name.

Definition at line 176 of file Plus/src/GLSL/include/OgreGLSLPreprocessor.h.

◆ Next

Macro * Ogre::CPreprocessor::Macro::Next

Next macro in chained list.

Definition at line 186 of file Plus/src/GLSL/include/OgreGLSLPreprocessor.h.

Referenced by ~Macro().

◆ NumArgs

int Ogre::CPreprocessor::Macro::NumArgs

Number of arguments.

Definition at line 178 of file Plus/src/GLSL/include/OgreGLSLPreprocessor.h.

◆ Value

Token Ogre::CPreprocessor::Macro::Value

The macro value.

Definition at line 182 of file Plus/src/GLSL/include/OgreGLSLPreprocessor.h.


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Tue Apr 13 2021 08:53:15