![]() |
PhoenixLecture
2.0.0
Set of tools to make lectures
|
Go to the source code of this file.
Typedefs | |
typedef std::map< PString, PBiblioEntry > | PMapBiblioEntry |
Describes the map for all PBiblioEntry. More... | |
typedef std::map< PString, PString > | PMapStrEntry |
Describes one bibliograpy entry in string. More... | |
Functions | |
bool | pbliblio_file (PMapBiblioEntry &mapBiblioEntry, const PPath &fileName) |
Parse the full bibliography file. More... | |
typedef std::map<PString, PBiblioEntry> PMapBiblioEntry |
Describes the map for all PBiblioEntry.
Definition at line 17 of file pbiblio_parser.h.
typedef std::map<PString, PString> PMapStrEntry |
Describes one bibliograpy entry in string.
Definition at line 15 of file pbiblio_parser.h.
bool pbliblio_file | ( | PMapBiblioEntry & | mapBiblioEntry, |
const PPath & | fileName | ||
) |
Parse the full bibliography file.
[out] | mapBiblioEntry | : map of all the bibliography entries |
fileName | : name ofthe file to be parsed |
Definition at line 139 of file pbiblio_parser.cpp.
References PFileParser::open(), pbliblio_parser(), and PFileParser::setSeparator().
Referenced by processAllFile().