16 #ifndef OHMMS_LIBXML_NUMERICATTRIBIO_H 17 #define OHMMS_LIBXML_NUMERICATTRIBIO_H 32 while (!stream.eof() && i <
n)
43 int i = 0, ntot = a.
size();
44 while (!stream.eof() && i < ntot)
A collection of put/get functions to read from or write to a xmlNode defined in libxml2.
size_type size() const
return the current size
convert xmlNode contents into a std::string
Declaraton of Vector<T,Alloc> Manage memory through Alloc directly and allow referencing an existing ...
bool putContent(qmcplusplus::Vector< T > &a, xmlNodePtr cur)
assign std::vector<T> from a node.