KIM API V2
Public Member Functions | Public Attributes | List of all members
KIM::DataType Class Reference

#include <KIM_DataType.hpp>

Public Member Functions

 DataType ()
 
 DataType (int const id)
 
 DataType (std::string const &str)
 
bool operator== (DataType const &rhs) const
 
bool operator!= (DataType const &rhs) const
 
std::string String () const
 

Public Attributes

int dataTypeID
 

Detailed Description

Definition at line 42 of file KIM_DataType.hpp.

Constructor & Destructor Documentation

◆ DataType() [1/3]

KIM::DataType::DataType ( )

◆ DataType() [2/3]

KIM::DataType::DataType ( int const  id)

◆ DataType() [3/3]

KIM::DataType::DataType ( std::string const &  str)

Member Function Documentation

◆ operator!=()

bool KIM::DataType::operator!= ( DataType const &  rhs) const

◆ operator==()

bool KIM::DataType::operator== ( DataType const &  rhs) const

◆ String()

std::string KIM::DataType::String ( ) const

Member Data Documentation

◆ dataTypeID

int KIM::DataType::dataTypeID

Definition at line 45 of file KIM_DataType.hpp.


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