libpsynth 0.2.1
Public Types | Static Public Attributes
psynth::base::tree_node_traits< Key > Struct Template Reference

Traits that provide additional information about how to make paths out of a key. More...

#include <tree.hpp>

List of all members.

Public Types

typedef Key::value_type value_type
 The value of the contained type inside key.

Static Public Attributes

static const value_type separator = value_type ()
 The value of the character used as separator for paths.

Detailed Description

template<typename Key>
struct psynth::base::tree_node_traits< Key >

Traits that provide additional information about how to make paths out of a key.


Member Typedef Documentation

template<typename Key >
typedef Key::value_type psynth::base::tree_node_traits< Key >::value_type

The value of the contained type inside key.


Member Data Documentation

template<typename Key >
const value_type psynth::base::tree_node_traits< Key >::separator = value_type () [static]

The value of the character used as separator for paths.


The documentation for this struct was generated from the following file: