fpmas 1.6
Classes | Namespaces | Typedefs
json.h File Reference
#include "nlohmann/json.hpp"
#include "../api/utils/ptr_wrapper.h"
Include dependency graph for json.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  fpmas::io::json::light_serializer< T, Enable >
 
struct  fpmas::io::json::light_serializer< T, typename std::enable_if<!std::is_default_constructible< T >::value >::type >
 

Namespaces

namespace  fpmas
 
namespace  fpmas::io
 
namespace  fpmas::io::json
 

Typedefs

typedef nlohmann::basic_json< std::map, std::vector, std::string, bool, std::int64_t, std::uint64_t, double, std::allocator, light_serializer > fpmas::io::json::light_json
 

Detailed Description

Json input/output related features.