OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TiXmlDeclaration
(Results
1 - 3
of
3
) sorted by null
/external/tinyxml/
tinyxml.cpp
1387
TiXmlDeclaration
::
TiXmlDeclaration
( const char * _version,
1399
TiXmlDeclaration
::
TiXmlDeclaration
( const std::string& _version,
1411
TiXmlDeclaration
::
TiXmlDeclaration
( const
TiXmlDeclaration
& copy )
1418
void
TiXmlDeclaration
::operator=( const
TiXmlDeclaration
& copy )
1425
void
TiXmlDeclaration
::Print( FILE* cfile, int /*depth*/ ) cons
[
all
...]
tinyxml.h
91
class
TiXmlDeclaration
;
641
const
TiXmlDeclaration
* ToDeclaration() const { return ( this && type == DECLARATION ) ? (const
TiXmlDeclaration
*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
648
TiXmlDeclaration
* ToDeclaration() { return ( this && type == DECLARATION ) ? (
TiXmlDeclaration
*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type.
[
all
...]
/external/sfntly/cpp/src/test/tinyxml/
tinyxml.h
89
class
TiXmlDeclaration
;
144
virtual bool Visit( const
TiXmlDeclaration
& /*declaration*/ ) { return true; }
702
virtual const
TiXmlDeclaration
* ToDeclaration() const { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
709
virtual
TiXmlDeclaration
* ToDeclaration() { return 0; } ///< Cast to a more defined type. Will return null if not of the requested type.
[
all
...]
Completed in 420 milliseconds