bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
Loading...
Searching...
No Matches
bitrl::utils::io::FileFormats Struct Reference

#include <file_formats.h>

Public Types

enum class  Type { CSV = 0 , JSON = 1 , INVALID_TYPE }
 

Static Public Member Functions

static std::string type_to_string (Type t)
 

Detailed Description

Small struct that holds an enumeration for varioufile formats

Member Enumeration Documentation

◆ Type

File formats types

Enumerator
CSV 
JSON 
INVALID_TYPE 

Member Function Documentation

◆ type_to_string()

std::string bitrl::utils::io::FileFormats::type_to_string ( FileFormats::Type  t)
static

Return an std::string representation of the given file format type


The documentation for this struct was generated from the following files: