Blue Brain BioExplorer
EnumUtils.h File Reference
#include <string>
#include <tuple>
#include <vector>
Include dependency graph for EnumUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 core
 

Functions

template<>
std::vector< std::pair< std::string, GeometryQuality > > core::enumMap ()
 
template<typename EnumT >
std::vector< std::string > core::enumNames ()
 
template<typename EnumT >
EnumT core::stringToEnum (const std::string &v)
 
template<typename EnumT >
std::string core::enumToString (const EnumT v)