Home
last modified time | relevance | path

Searched refs:XmlAttrStore (Results 1 – 3 of 3) sorted by relevance

/dports/devel/upp/upp/uppsrc/Core/
H A DXmlize.h10 String XmlAttrStore(const T& var) in XmlAttrStore() function
12 return var.XmlAttrStore(); in XmlAttrStore()
44 node.SetAttr(id, XmlAttrStore(var)); in Attr()
56 node.SetAttr(id, XmlAttrStore(var)); in Attr()
79 template<> String XmlAttrStore(const int& var);
81 template<> String XmlAttrStore(const dword& var);
83 template<> String XmlAttrStore(const double& var);
85 template<> String XmlAttrStore(const bool& var);
91 template <> String XmlAttrStore(const byte& var);
93 template <> String XmlAttrStore(const Date& var);
[all …]
H A DXmlize.cpp42 template<> String XmlAttrStore(const WString& var) in XmlAttrStore() function
52 template<> String XmlAttrStore(const int& var) in XmlAttrStore() function
63 template<> String XmlAttrStore(const double& var) in XmlAttrStore() function
73 template<> String XmlAttrStore(const dword& var) in XmlAttrStore() function
83 template<> String XmlAttrStore(const bool& var) in XmlAttrStore() function
92 template<> String XmlAttrStore(const int16& var) { in XmlAttrStore() function
100 template<> String XmlAttrStore(const int64& var) { in XmlAttrStore() function
108 template<> String XmlAttrStore(const byte& var) { in XmlAttrStore() function
123 template<> String XmlAttrStore(const Date& var) { in XmlAttrStore() function
141 template<> String XmlAttrStore(const Time& var) { in XmlAttrStore() function
/dports/devel/upp/upp/uppsrc/Core/src.tpp/
H A DXmlIO_en-us.tpp17 is used as parameter for Xmlize and XmlAttrLoad/XmlAttrStore
131 [* XmlAttrStore]([@(0.0.255) const ][%-*@4 T]`& var). Common global
248 [s5;:XmlAttrStore`(const String`&`): [@(0.0.255) template]_<>_[_^String^ String]_[* XmlAttr
253 [s5;:XmlAttrStore`(const WString`&`): [@(0.0.255) template]_<>_[_^String^ String]_[* XmlAtt
258 [s5;:XmlAttrStore`(const int`&`): [@(0.0.255) template]_<>_[_^String^ String]_[* XmlAttrSto
263 [s5;:XmlAttrStore`(const dword`&`): [@(0.0.255) template]_<>_[_^String^ String]_[* XmlAttrS
268 [s5;:XmlAttrStore`(const double`&`): [@(0.0.255) template]_<>_[_^String^ String]_[* XmlAttr
273 [s5;:XmlAttrStore`(const bool`&`): [@(0.0.255) template]_<>_[_^String^ String]_[* XmlAttrSt
275 [s5;:XmlAttrStore`(const bool`&`): [@(0.0.255) template]_<>_[@(0.0.255) void]_[* XmlAttrLoa
278 [s5;:XmlAttrStore`(const int16`&`): [@(0.0.255) template]_<>_[_^String^ String]_[* XmlAttrS
[all …]