Sha256: 2904a5f88ac8f34816eabdde323300bf125e120df848ed23de25213c28cd69cd

Contents?: true

Size: 468 Bytes

Versions: 1

Compression:

Stored size: 468 Bytes

Contents

#ifndef TATARA_MAP_HPP_
#define TATARA_MAP_HPP_

// include String Key Map
#include "string/string_int_map.hpp"
#include "string/string_float_map.hpp"
#include "string/string_string_map.hpp"

// include Int Key Map
#include "integer/int_int_map.hpp"
#include "integer/int_float_map.hpp"
#include "integer/int_string_map.hpp"

// include Float Key Map
#include "float/float_int_map.hpp"
#include "float/float_float_map.hpp"
#include "float/float_string_map.hpp"

#endif

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tatara-0.3.0 ext/tatara/map/map.hpp