OpenSiv3D  v0.6.5
C++20 framework for creative coding
s3d::XMLReader Member List

This is the complete list of members for s3d::XMLReader, including all inherited members.

attribute(const String &name) consts3d::XMLElement
attributes() consts3d::XMLElement
close()s3d::XMLReader
firstChild() consts3d::XMLElement
isNull() consts3d::XMLElement
isOpen() consts3d::XMLReader
m_details3d::XMLElementprotected
name() consts3d::XMLElement
nextSibling() consts3d::XMLElement
open(const char32 *path, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReader
open(FilePathView path, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReader
open(const FilePath &path, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReader
open(Arg::code_< String > code, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReader
open(Reader &&reader, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReader
open(std::unique_ptr< IReader > &&reader, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReader
operator bool() consts3d::XMLReaderexplicit
operator=(XMLElement &&other)s3d::XMLElement
parent() consts3d::XMLElement
text() consts3d::XMLElement
XMLElement()s3d::XMLElement
XMLElement(const std::shared_ptr< tinyxml2::XMLDocument > &doc, const tinyxml2::XMLElement *element)s3d::XMLElement
XMLElement(XMLElement &&other)s3d::XMLElement
XMLReader()=defaults3d::XMLReader
XMLReader(const char32 *path, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReaderexplicit
XMLReader(FilePathView path, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReaderexplicit
XMLReader(const FilePath &path, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReaderexplicit
XMLReader(Arg::code_< String > code, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReaderexplicit
XMLReader(Reader &&reader, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReaderexplicit
XMLReader(std::unique_ptr< IReader > &&reader, PreserveWhitespace preserveWhitespace=PreserveWhitespace::No)s3d::XMLReaderexplicit
~XMLElement()s3d::XMLElement