$darkmode
gndtruth_extractor.hpp File Reference
#include <cloe/core.hpp>
Include dependency graph for gndtruth_extractor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  OutputTypeEnum {
  JSON_BZIP2 , JSON_GZIP , JSON_ZIP , JSON ,
  MSGPACK_BZIP2 , MSGPACK_GZIP , MSGPACK_ZIP , MSGPACK
}
 

Functions

 cloe::ENUM_SERIALIZATION (OutputTypeEnum,({ {cloe::OutputTypeEnum::JSON_BZIP2, "json.bz2" }, {cloe::OutputTypeEnum::JSON_GZIP, "json.gz" }, {cloe::OutputTypeEnum::JSON_ZIP, "json.zip" }, {cloe::OutputTypeEnum::JSON, "json" }, {cloe::OutputTypeEnum::MSGPACK_BZIP2, "msgpack.bz2" }, {cloe::OutputTypeEnum::MSGPACK_GZIP, "msgpack.gz" }, {cloe::OutputTypeEnum::MSGPACK_ZIP, "msgpack.zip" }, {cloe::OutputTypeEnum::MSGPACK, "msgpack" }, })) namespace controller