Free Electron
Public Member Functions | Private Attributes | List of all members
YAML::AnchorDict< T > Class Template Reference

An object that stores and retrieves values correlating to anchor_t values. More...

#include <anchordict.h>

Inheritance diagram for YAML::AnchorDict< T >:
Inheritance graph
[legend]

Public Member Functions

void Register (anchor_t anchor, T value)
 
Get (anchor_t anchor) const
 

Private Attributes

std::vector< T > m_data
 

Detailed Description

template<class T>
class YAML::AnchorDict< T >

An object that stores and retrieves values correlating to anchor_t values.

Efficient implementation that can make assumptions about how

anchor_t

values are assigned by the Parser class.


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