cphot 0.1
A C++ tool for computing photometry from spectra.
rapidxml_utils.hpp File Reference
#include "rapidxml.hpp"
#include <vector>
#include <string>
#include <fstream>
#include <stdexcept>

Go to the source code of this file.

Classes

class  rapidxml::file< Ch >
 Represents data loaded from a file. More...
 

Namespaces

 rapidxml
 

Functions

template<class Ch >
std::size_t rapidxml::count_children (xml_node< Ch > *node)
 Counts children of node. More...
 
template<class Ch >
std::size_t rapidxml::count_attributes (xml_node< Ch > *node)
 Counts attributes of node. More...
 

Detailed Description

This file contains high-level rapidxml utilities that can be useful in certain simple scenarios. They should probably not be used if maximizing performance is the main objective.

Definition in file rapidxml_utils.hpp.