Flex  0.17.9
Namespaces | Functions
types.cc File Reference
#include "flex/utils/property/types.h"
#include "flex/utils/property/table.h"
#include "grape/serialization/in_archive.h"
#include "grape/serialization/out_archive.h"
Include dependency graph for types.cc:

Namespaces

 gs
 
 gs::config_parsing
 

Functions

std::string gs::config_parsing::PrimitivePropertyTypeToString (PropertyType type)
 
PropertyType gs::config_parsing::StringToPrimitivePropertyType (const std::string &str)
 
grape::InArchive & gs::operator<< (grape::InArchive &in_archive, const PropertyType &value)
 
grape::OutArchive & gs::operator>> (grape::OutArchive &out_archive, PropertyType &value)
 
grape::InArchive & gs::operator<< (grape::InArchive &in_archive, const Any &value)
 
grape::OutArchive & gs::operator>> (grape::OutArchive &out_archive, Any &value)
 
grape::InArchive & gs::operator<< (grape::InArchive &in_archive, const std::string_view &str)
 
grape::OutArchive & gs::operator>> (grape::OutArchive &out_archive, std::string_view &str)
 
grape::InArchive & gs::operator<< (grape::InArchive &in_archive, const GlobalId &value)
 
grape::OutArchive & gs::operator>> (grape::OutArchive &out_archive, GlobalId &value)
 
grape::InArchive & gs::operator<< (grape::InArchive &in_archive, const LabelKey &value)
 
grape::OutArchive & gs::operator>> (grape::OutArchive &out_archive, LabelKey &value)
 
Any gs::ConvertStringToAny (const std::string &value, const gs::PropertyType &type)