Files | |
file | graph-fwd.hh |
file | graph.hh |
file | map-fwd.hh |
file | map.hh |
file | options-fwd.hh |
file | options.hh |
file | sequence-fwd.hh |
file | sequence.hh |
file | set-fwd.hh |
file | set.hh |
file | validated-fwd.hh |
file | validated.hh |
Classes | |
class | paludis::GraphError |
class | paludis::NoSuchGraphNodeError |
class | paludis::NoSuchGraphEdgeError |
class | paludis::NoGraphTopologicalOrderExistsError |
class | paludis::DirectedGraph< Node_, Edge_, Comparator_ > |
class | paludis::Map< K_, V_, C_ > |
class | paludis::OptionsStore |
class | paludis::Options< E_ > |
class | paludis::Sequence< T_ > |
class | paludis::Set< T_, C_ > |
struct | paludis::DefaultValidatedComparator< T_ > |
class | paludis::Validated< ValidatedDataType_, Validator_, full_comparison_, Comparator_ > |
Functions | |
template<typename D_, typename V_, bool c_, typename C_> | |
std::ostream & | paludis::operator<< (std::ostream &s, const Validated< D_, V_, c_, C_ > &v) |
std::ostream & paludis::operator<< | ( | std::ostream & | s, | |
const Validated< D_, V_, c_, C_ > & | v | |||
) | [inline] |
Writing a Validated instance to a stream is done by its data.