mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add helpers for parsing section files.
This commit is contained in:
@@ -9,5 +9,8 @@ typedef std::map<const std::string, std::vector<std::string> > section;
|
||||
|
||||
section ParseSection(const std::string strInput, const bool bTrim);
|
||||
void PrintSection(section secInput);
|
||||
bool sectionSingleB(section& secSource, std::string strSection, std::string& strValue);
|
||||
int sectionCount(section& secSource, std::string strSection);
|
||||
section::mapped_type* sectionEntries(section& secSource, std::string strSection);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user