6 #include "../DynaList.h" 7 #include "../IntWrapper.h" 8 #include "../Graph/Node.h" 10 using namespace Graph;
15 FILE* _file =
nullptr;
16 Node* _rootNode =
nullptr;
17 const String* _fileName =
nullptr;
19 void _init(
const String& fileName);
26 File* copy()
override;
28 static bool exists(
const String& fileName);
29 static bool canAccess(
const String& fileName);
32 bool open(
const String& fileName,
const char* mode);
33 const String* getFileName()
const;
37 bool saveAs(
const String& fileName);
41 Node& getDoc(
int index = 0);
CONSTCD11 bool operator==(const day &x, const day &y) NOEXCEPT
Definition: date.h:1274
Definition: IHashable.h:10
void read(std::basic_istream< CharT, Traits > &)
Definition: date.h:5845
int hashCode(bool key)
Definition: HashCoder.cpp:27
Definition: ICopyable.h:8