
#include <xi-symbol.h>


Public Member Functions | |
| ModuleList (int l, Module *m, ModuleList *n=0) | |
| void | print (XStr &str) |
| void | generate () |
| void | preprocess () |
| void | genDepends (std::string ciFileBaseName) |
Data Fields | |
| int | line |
Private Attributes | |
| std::list< Module * > | modules |
Definition at line 1127 of file xi-symbol.h.
| xi::ModuleList::ModuleList | ( | int | l, | |
| Module * | m, | |||
| ModuleList * | n = 0 | |||
| ) | [inline] |
| void xi::ModuleList::print | ( | XStr & | str | ) | [virtual] |
Implements xi::Printable.
Definition at line 624 of file xi-symbol.C.
References modules, xi::perElemGen(), and xi::Module::print().
| void xi::ModuleList::generate | ( | ) |
| void xi::ModuleList::preprocess | ( | ) |
| void xi::ModuleList::genDepends | ( | std::string | ciFileBaseName | ) |
Definition at line 644 of file xi-symbol.C.
References xi::Module::genDepend(), modules, and xi::perElemGen().
Referenced by main().
std::list<Module*> xi::ModuleList::modules [private] |
Definition at line 1128 of file xi-symbol.h.
Referenced by genDepends(), generate(), ModuleList(), preprocess(), and print().
Definition at line 1130 of file xi-symbol.h.
1.5.5