msl 1.1.0
 
Loading...
Searching...
No Matches
Dictionary.h File Reference
#include <initializer_list>
#include <memory>
#include <string>
#include <unordered_map>
#include <boost/any.hpp>

Go to the source code of this file.

Classes

class  msl::Dictionary
 Generic key-value associative container. More...
 

Namespaces

namespace  msl
 

Macros

#define DECLARE_POINTERS(name)
 

Macro Definition Documentation

◆ DECLARE_POINTERS

#define DECLARE_POINTERS ( name)
Value:
using Pointer = std::shared_ptr<name>; \
using ConstPointer = std::shared_ptr<name const>;