5 #include "../DynaHashMap.h" 6 #include "../IntWrapper.h" 7 #include "../Parser/Tokenizer.h" 8 #include "../Parser/Token.h" 10 #include "../Graph/Node.h" 12 using namespace Graph;
26 FileMap* _fileMap =
nullptr;
32 static void deleteInstance();
34 static void closeAllFiles();
42 void close(
const String& fileName);
43 bool parseKAML(
String& kamlStr,
Node* rootNode);
44 bool parseJSON(
String& jsonStr,
Node* rootNode);
45 String genJSON(
Node& node,
bool pretty =
false);
Definition: DynaLogger.h:321
MAKE_MAPTYPE_DEF(String, Node, Node)