votca 2024-dev
Loading...
Searching...
No Matches
Namespaces | Functions
property.cc File Reference
#include <algorithm>
#include <cstring>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <stack>
#include <stdexcept>
#include <string>
#include <boost/algorithm/string.hpp>
#include <boost/format.hpp>
#include <expat.h>
#include <unistd.h>
#include <vector>
#include "votca/tools/colors.h"
#include "votca/tools/property.h"
#include "votca/tools/propertyiomanipulator.h"
#include "votca/tools/tokenizer.h"
Include dependency graph for property.cc:

Go to the source code of this file.

Namespaces

namespace  votca
 base class for all analysis tools
 
namespace  votca::tools
 

Functions

void votca::tools::FixPath (tools::Property &prop, std::string path)
 
static void votca::tools::start_hndl (void *data, const char *el, const char **attr)
 
static void votca::tools::end_hndl (void *data, const char *)
 
void votca::tools::char_hndl (void *data, const char *txt, int txtlen)
 
void votca::tools::PrintNodeTXT (std::ostream &out, const Property &p, const Index start_level, Index level=0, string prefix="", string offset="")
 
void votca::tools::PrintNodeXML (std::ostream &out, const Property &p, PropertyIOManipulator *piom, Index level=0, string offset="")
 
void votca::tools::PrintNodeHLP (std::ostream &out, const Property &p, const Index start_level=0, Index level=0, const string &prefix="", const string &offset="")
 
std::ostream & votca::tools::operator<< (std::ostream &out, const Property &p)