MCPcopy Create free account
hub / github.com/brofield/simpleini / LoadData

Method LoadData

SimpleIni.h:646–648  ·  view source on GitHub ↗

Load INI file data direct from a std::string @param a_strData Data to be loaded @return SI_Error See error definitions */

Source from the content-addressed store, hash-verified

644 @return SI_Error See error definitions
645 */
646 SI_Error LoadData(const std::string &a_strData) {
647 return LoadData(a_strData.c_str(), a_strData.size());
648 }
649
650 /** Load INI file data direct from memory
651

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected