OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QueryIntAttribute
(Results
1 - 2
of
2
) sorted by null
/external/tinyxml/
tinyxml.cpp
701
int TiXmlElement::
QueryIntAttribute
( const char* name, int* ival ) const
[
all
...]
tinyxml.h
882
/**
QueryIntAttribute
examines the attribute - it is an alternative to the
889
int
QueryIntAttribute
( const char* name, int* _value ) const;
890
/// QueryDoubleAttribute examines the attribute - see
QueryIntAttribute
().
892
/// QueryFloatAttribute examines the attribute - see
QueryIntAttribute
().
911
int
QueryIntAttribute
( const std::string& name, int* _value ) const { return
QueryIntAttribute
( name.c_str(), _value );
[
all
...]
Completed in 21 milliseconds