Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CXBMCTinyXML2 Class Reference

#include <XBMCTinyXML2.h>

Inheritance diagram for CXBMCTinyXML2:

Public Member Functions

 CXBMCTinyXML2 ()=default
 
bool LoadFile (const std::string &filename)
 
bool LoadFile (FILE *file)
 
bool SaveFile (const std::string &filename) const
 
bool Parse (std::string_view inputdata)
 
bool Parse (std::string &&inputdata)
 

Constructor & Destructor Documentation

◆ CXBMCTinyXML2()

CXBMCTinyXML2::CXBMCTinyXML2 ( )
default

Member Function Documentation

◆ LoadFile() [1/2]

bool CXBMCTinyXML2::LoadFile ( const std::string & filename)

◆ LoadFile() [2/2]

bool CXBMCTinyXML2::LoadFile ( FILE * file)

◆ Parse() [1/2]

bool CXBMCTinyXML2::Parse ( std::string && inputdata)

◆ Parse() [2/2]

bool CXBMCTinyXML2::Parse ( std::string_view inputdata)

◆ SaveFile()

bool CXBMCTinyXML2::SaveFile ( const std::string & filename) const

The documentation for this class was generated from the following files: