OpenWalnut  1.5.0dev
Static Public Member Functions | List of all members
WDataType Class Reference

Holds the datatypes as string. More...

#include <WDataType.h>

Static Public Member Functions

static std::string getInt ()
 getter More...
 
static std::string getDouble ()
 getter More...
 
static std::string getString ()
 getter More...
 
static std::string getDefault ()
 getter More...
 

Detailed Description

Holds the datatypes as string.

Definition at line 33 of file WDataType.h.

Member Function Documentation

◆ getDefault()

std::string WDataType::getDefault ( )
static

getter

Returns
default as string

Definition at line 44 of file WDataType.cpp.

Referenced by WProtonData::getHeaderFromType().

+ Here is the caller graph for this function:

◆ getDouble()

std::string WDataType::getDouble ( )
static

◆ getInt()

std::string WDataType::getInt ( )
static

◆ getString()

std::string WDataType::getString ( )
static

getter

Returns
datatype string as string

Definition at line 39 of file WDataType.cpp.

Referenced by WProtonData::determineColumnTypeByString().

+ Here is the caller graph for this function:

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