| 
    CeresEngine 0.2.0
    
   A game development framework 
   | 
 
#include "CeresEngine/DataTypes.hpp"#include "CeresEngine/Foundation/Allocator.hpp"#include "CeresEngine/Foundation/String.hpp"#include "CeresEngine/Foundation/Container/Map.hpp"#include <nlohmann/json_fwd.hpp>Go to the source code of this file.
Classes | |
| struct | CeresEngine::JSONAllocator< RawAllocator > | 
Namespaces | |
| namespace | CeresEngine | 
Typedefs | |
| template<typename RawAllocator = DefaultAllocator> | |
| using | CeresEngine::BasicJSON = nlohmann::json | 
| using | CeresEngine::JSON = BasicJSON<> |