PARTONS/ElementaryUtils  
Basic utility softwares (Logger, threads, etc)
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ElemUtils::FileExceptionType Struct Reference

Public Types

enum  Type { DEFAULT , UNREADABLE }
 

Public Member Functions

template<typename T >
 operator T () const
 
 FileExceptionType (Type t)
 
 operator Type () const
 
std::string toString ()
 

Static Public Member Functions

static FileExceptionType fromString (const std::string &type)
 

Public Attributes

Type t_
 

Member Enumeration Documentation

◆ Type

Enumerator
DEFAULT 
UNREADABLE 

Constructor & Destructor Documentation

◆ FileExceptionType()

ElemUtils::FileExceptionType::FileExceptionType ( Type  t)
inline

Member Function Documentation

◆ fromString()

static FileExceptionType ElemUtils::FileExceptionType::fromString ( const std::string &  type)
inlinestatic

◆ operator T()

template<typename T >
ElemUtils::FileExceptionType::operator T ( ) const

◆ operator Type()

ElemUtils::FileExceptionType::operator Type ( ) const
inline

◆ toString()

std::string ElemUtils::FileExceptionType::toString ( )
inline

Member Data Documentation

◆ t_

Type ElemUtils::FileExceptionType::t_

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