OoOJoin  0.0.1
The next generation of out-of-order join operator
ConfigMap.hpp File Reference
#include <map>
#include <vector>
#include <memory>
#include <string>
#include <fstream>
#include <iostream>
#include <sstream>
#include <assert.h>
#include <Utils/IntelliLog.h>
Include dependency graph for ConfigMap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  INTELLI::ConfigMap
 The unified map structure to store configurations in a key-value style. More...
 

Macros

#define _UTILS_CONFIGMAP_HPP_
 
#define newConfigMap   make_shared<INTELLI::ConfigMap>
 (Macro) To creat a new ConfigMap under shared pointer.
 

Typedefs

typedef std::shared_ptr< ConfigMap > INTELLI::ConfigMapPtr
 The class to describe a shared pointer to ConfigMap.