Searched defs:IOContext (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1813 struct IOContext struct in namespace:xml
1818 IOContext(const char *pcszFilename, File::Mode mode, bool fFlush = false) function in struct:xml::IOContext
1834 struct ReadContext : IOContext
1837 : IOContext(pcszFilename, File::Mode_Read)
1842 struct WriteContext : IOContext
1845 : IOContext(pcszFilename, File::Mode_Overwrite, fFlush)

Completed in 50 milliseconds