File Serialize.hpp
FileList > core > Serialize.hpp
Go to the source code of this file
#include <iostream>
#include <map>
#include <unordered_map>
#include <vector>
Namespaces
Type | Name |
---|---|
namespace | cse491 A base class interface for all agent types. |
Classes
Type | Name |
---|---|
struct | is_any_map <typename T> Type trait to determine if we are working with any type of map. |
struct | is_any_map< std::map< KEY_T, VALUE_T > > <typename KEY_T, typename VALUE_T> |
struct | is_any_map< std::unordered_map< KEY_T, VALUE_T > > <typename KEY_T, typename VALUE_T> |
struct | is_vector <typename T> Type trait to determine if we are working with a vector. |
struct | is_vector< std::vector< T > > <typename T> |
The documentation for this class was generated from the following file source/core/Serialize.hpp