Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

MacroContext_s Struct Reference

#include <rpmio/rpmmacro.h>

Collaboration diagram for MacroContext_s:

Collaboration graph
[legend]

Data Fields

MacroEntrymacroTable
int macrosAllocated
int firstFree

Detailed Description

The structure used to store the set of macros in a context.

Definition at line 20 of file rpmmacro.h.


Field Documentation

int MacroContext_s::firstFree
 

No. of macros.

Definition at line 24 of file rpmmacro.h.

Referenced by addMacro(), expandMacroTable(), findEntry(), and sortMacroTable().

int MacroContext_s::macrosAllocated
 

No. of allocated macros.

Definition at line 23 of file rpmmacro.h.

Referenced by addMacro(), and expandMacroTable().

MacroEntry* MacroContext_s::macroTable
 

Macro entry table for context.

Definition at line 22 of file rpmmacro.h.

Referenced by addMacro(), expandMacroTable(), findEntry(), freeArgs(), rpmDumpMacroTable(), rpmFreeMacros(), rpmLoadMacros(), and sortMacroTable().


The documentation for this struct was generated from the following file:
Generated on Wed Dec 28 07:43:30 2016 for rpm by  doxygen 1.4.4