![]() |
libgenua
Basic Geometry, Numerical Algorithms and Interfaces
|
This is the complete list of members for XmlElement, including all inherited members.
append(const XmlElement &c) | XmlElement | inline |
append(XmlElement &&c) | XmlElement | inline |
append(const std::string &childTag, const std::string &childText=std::string()) | XmlElement | |
append(const std::string &childTag, size_t nvalues, const ElementType values[], bool share=false) | XmlElement | inline |
asBinary(size_t nval, const ScalarType a[], bool share=false) | XmlElement | inline |
attr2bool(const std::string &key, bool x) const | XmlElement | |
attr2float(const std::string &key, double x) const | XmlElement | |
attr2int(const std::string &key, int x) const | XmlElement | |
attrBegin() const | XmlElement | inline |
attrEnd() const | XmlElement | inline |
attribute(const std::string &key) const | XmlElement | |
attribute(const std::string &key, const std::string &strDefault) const | XmlElement | |
attribute(const std::string &key) | XmlElement | inline |
begin() const | XmlElement | inline |
binaryToText(std::ostream &os) const | XmlElement | protected |
blob() const | XmlElement | inline |
blobBytes() const | XmlElement | inline |
blobPointer() const | XmlElement | inline |
blobType() const | XmlElement | inline |
BlobType typedef | XmlElement | |
children() const | XmlElement | inline |
detach() | XmlElement | |
empty() const | XmlElement | inline |
end() const | XmlElement | inline |
eraseChild(uint k) | XmlElement | inline |
fetch(size_t n, int a[]) const | XmlElement | inline |
fetch(size_t n, uint a[]) const | XmlElement | inline |
fetch(size_t n, int8_t a[]) const | XmlElement | inline |
fetch(size_t n, uint8_t a[]) const | XmlElement | inline |
fetch(size_t n, int16_t a[]) const | XmlElement | inline |
fetch(size_t n, uint16_t a[]) const | XmlElement | inline |
fetch(size_t n, int64_t a[]) const | XmlElement | inline |
fetch(size_t n, uint64_t a[]) const | XmlElement | inline |
fetch(size_t n, float a[]) const | XmlElement | inline |
fetch(size_t n, double a[]) const | XmlElement | inline |
fetch(size_t n, std::complex< float > a[]) const | XmlElement | inline |
fetch(size_t n, std::complex< double > a[]) const | XmlElement | inline |
fetchAnything(size_t n, Scalar a[]) const | XmlElement | inlineprotected |
findAnyTag(const std::string &tag) const | XmlElement | |
findChild(const std::string &s) const | XmlElement | |
findNode(const std::string &path) const | XmlElement | |
fromAttribute(const std::string &key, Streamable &sth) const | XmlElement | inline |
fromGbf(const BinFileNodePtr &bfp, bool share=true) | XmlElement | |
hasAttribute(const std::string &key) const | XmlElement | inline |
m_attributes | XmlElement | private |
m_blob | XmlElement | private |
m_nbytes | XmlElement | private |
m_siblings | XmlElement | private |
m_tag | XmlElement | private |
m_typecode | XmlElement | private |
mbegin() | XmlElement | inline |
mend() | XmlElement | inline |
name() const | XmlElement | inline |
operator=(XmlElement &&a) | XmlElement | inline |
operator=(const XmlElement &)=default | XmlElement | |
operator[](const std::string &key) | XmlElement | inline |
read(std::istream &in, int format) | XmlElement | |
read(const std::string &fname) | XmlElement | |
read(ZipFile &zf) | XmlElement | |
rename(const std::string &s) | XmlElement | inline |
replace(uint k, const XmlElement &xe) | XmlElement | inline |
replaceAppend(const XmlElement &c) | XmlElement | |
shrink() | XmlElement | |
StorageFormat enum name | XmlElement | |
text() const | XmlElement | inline |
text() | XmlElement | inline |
text(const std::string &s) | XmlElement | inline |
text(const char *ptr, size_t n) | XmlElement | inline |
toGbf(bool share=true) const | XmlElement | |
write(std::ostream &os, int format) const | XmlElement | |
write(const std::string &fname, StorageFormat fmt) const | XmlElement | |
XmlElement(const std::string &tg="") | XmlElement | inlineexplicit |
XmlElement(std::string &&tg) | XmlElement | inlineexplicit |
XmlElement(const std::string &tg, const std::string &content) | XmlElement | inline |
XmlElement(XmlElement &&a) | XmlElement | inline |
XmlElement(const XmlElement &)=default | XmlElement | |
xread(std::istream &in) | XmlElement | protected |
xwrite(const std::string &fname) const | XmlElement | protected |
xwrite(std::ostream &os, uint indent=0) const | XmlElement | protected |
zread(const std::string &zfile) | XmlElement | |
zread(ZipFile &zf) | XmlElement | protected |
zwrite(const std::string &zfile, int compression=1) const | XmlElement | |
zwrite(std::ostream &xs, ZipFile &zf, uint indent) const | XmlElement | protected |