Data Structures | Namespaces

/export/development/ViennaData/release/ViennaData-1.0.1/viennadata/key_value_registration.hpp File Reference

In this file all pairs of (key-type, data-type) are stored in order to support operations using viennadata::all. More...

#include <assert.h>
#include <map>
#include <vector>
#include <list>
#include <set>
#include <iostream>
#include <algorithm>
#include <memory>
#include "viennadata/key_value_pair.hpp"

Go to the source code of this file.

Data Structures

class  key_value_registration< ObjectType >
 This class holds (key-type, data-type) pairs. Uses a singleton pattern to. More...

Namespaces

namespace  viennadata

Detailed Description

In this file all pairs of (key-type, data-type) are stored in order to support operations using viennadata::all.