libgexf  0.1.3
Public Member Functions | Static Public Member Functions | Friends | List of all members
libgexf::Conv Class Referenceabstract

Utility static class for transforming data. More...

#include <conv.h>

Public Member Functions

 Conv (const Conv &orig)
 

Static Public Member Functions

static libgexf::t_id xmlCharToId (const xmlChar *str)
 
static libgexf::t_id strToId (const std::string &str)
 
static std::string xmlCharToStr (const xmlChar *str)
 
static unsigned int xmlCharToUnsignedInt (const xmlChar *str)
 
static float xmlCharToFloat (const xmlChar *str)
 
static std::string idToStr (const libgexf::t_id id)
 
static std::string unsignedIntToStr (const unsigned int i)
 
static std::string floatToStr (const float f)
 
static unsigned int strToUnsignedInt (const std::string &str)
 
static std::string edgeTypeToStr (const libgexf::t_edge_type t)
 
static std::string attrTypeToStr (const libgexf::t_attr_type t)
 
static bool isBoolean (const std::string &str)
 
static bool isDouble (const std::string &str)
 
static bool isInteger (const std::string &str)
 
static bool isFloat (const std::string &str)
 
static bool isLong (const std::string &str)
 
static bool isAnyURI (const std::string &str)
 
static std::set< std::string > tokenizer (const std::string &delimiter, const std::string &str)
 

Friends

class Data
 
class GexfParser
 

Detailed Description

Utility static class for transforming data.

Friends And Related Function Documentation

◆ Data

friend class Data
friend

◆ GexfParser

friend class GexfParser
friend

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