Go to the source code of this file.
Macros | |
#define | DUMP_REGISTRAR_CONTENT(pm, name, bib) dumpRegistrar(pm, pm.REG(name), # name, bib); |
#define | DUMP_REGISTRAR_SUMMARY(pm, name, nameList) dumpRegistrarSummary(pm, pm.REG(name), # name, nameList); |
Typedefs | |
typedef vector< string > | ModuleNameList |
typedef PointMatcherSupport::Parametrizable::ParametersDoc | ParametersDoc |
typedef PointMatcher< float > | PM |
Functions | |
template<typename R > | |
void | dumpRegistrar (const PM &pm, const R ®istrar, const std::string &name, CurrentBibliography &bib) |
template<typename R > | |
void | dumpRegistrarSummary (const PM &pm, const R ®istrar, const std::string &name, ModuleNameList &nameList) |
void | dumpWiki (const ParametersDoc ¶msDoc) |
void | listModulesFull (const CurrentBibliography::Mode mode) |
void | listModulesSummary (const CurrentBibliography::Mode mode) |
int | main (int argc, char *argv[]) |
void | printBibliographyHeader (const CurrentBibliography::Mode mode) |
#define DUMP_REGISTRAR_CONTENT | ( | pm, | |
name, | |||
bib | |||
) | dumpRegistrar(pm, pm.REG(name), # name, bib); |
Definition at line 107 of file list_modules.cpp.
#define DUMP_REGISTRAR_SUMMARY | ( | pm, | |
name, | |||
nameList | |||
) | dumpRegistrarSummary(pm, pm.REG(name), # name, nameList); |
Definition at line 141 of file list_modules.cpp.
typedef vector<string> ModuleNameList |
Definition at line 128 of file list_modules.cpp.
Definition at line 42 of file list_modules.cpp.
typedef PointMatcher<float> PM |
Definition at line 43 of file list_modules.cpp.
void dumpRegistrar | ( | const PM & | pm, |
const R & | registrar, | ||
const std::string & | name, | ||
CurrentBibliography & | bib | ||
) |
Definition at line 83 of file list_modules.cpp.
void dumpRegistrarSummary | ( | const PM & | pm, |
const R & | registrar, | ||
const std::string & | name, | ||
ModuleNameList & | nameList | ||
) |
Definition at line 131 of file list_modules.cpp.
void dumpWiki | ( | const ParametersDoc & | paramsDoc | ) |
Definition at line 62 of file list_modules.cpp.
void listModulesFull | ( | const CurrentBibliography::Mode | mode | ) |
Definition at line 110 of file list_modules.cpp.
void listModulesSummary | ( | const CurrentBibliography::Mode | mode | ) |
Definition at line 144 of file list_modules.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 213 of file list_modules.cpp.
void printBibliographyHeader | ( | const CurrentBibliography::Mode | mode | ) |
Definition at line 45 of file list_modules.cpp.