#include <stddef.h>
#include <stdio.h>
#include "common/simple_stack.h"
#include "common/MString.h"
#include "common/ref_counter.h"
Go to the source code of this file.
Compounds | |
class | AbstractMacroListObject |
class | AbstractNamedList |
class | AbstractStringMacroObject |
class | MacroIter |
class | MacroObject |
class | simple_stack_MacroIter |
class | SingleMacroIter |
Defines | |
#define | NULL 0 |
Typedefs | |
typedef RCPointer<MacroObject> | MacroObjectPtr |
typedef DerivedRCPointer<MacroIter,MacroObjectPtr> | MacroIterPtr |
Functions | |
MacroIter* | to_MacroIter (MacroObject * ) |
AbstractMacroListObject* | to_AbstractMacroListObject (MacroObject* p) |
AbstractNamedList* | to_AbstractNamedList (MacroObject * ) |
AbstractStringMacroObject* | to_AbstractStringMacroObject (MacroObject * p) |
|
|
|
|
|
|
|