g4tools  5.4.0
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
tools::hdf5::group_exists_struct Class Reference

Public Member Functions

 group_exists_struct (const std::string &a_what)
 
virtual ~group_exists_struct ()
 

Public Attributes

std::string m_what
 
bool m_found
 

Protected Member Functions

 group_exists_struct (const group_exists_struct &a_from)
 
group_exists_structoperator= (const group_exists_struct &)
 

Detailed Description

Definition at line 14 of file group_exists.

Constructor & Destructor Documentation

◆ group_exists_struct() [1/2]

tools::hdf5::group_exists_struct::group_exists_struct ( const std::string &  a_what)
inline

Definition at line 16 of file group_exists.

16 :m_what(a_what),m_found(false){}

◆ ~group_exists_struct()

virtual tools::hdf5::group_exists_struct::~group_exists_struct ( )
inlinevirtual

Definition at line 17 of file group_exists.

17 {}

◆ group_exists_struct() [2/2]

tools::hdf5::group_exists_struct::group_exists_struct ( const group_exists_struct a_from)
inlineprotected

Definition at line 19 of file group_exists.

19 :m_what(a_from.m_what),m_found(a_from.m_found){}

Member Function Documentation

◆ operator=()

group_exists_struct& tools::hdf5::group_exists_struct::operator= ( const group_exists_struct )
inlineprotected

Definition at line 20 of file group_exists.

20 {return *this;}

Member Data Documentation

◆ m_found

bool tools::hdf5::group_exists_struct::m_found

Definition at line 23 of file group_exists.

◆ m_what

std::string tools::hdf5::group_exists_struct::m_what

Definition at line 22 of file group_exists.


The documentation for this class was generated from the following file:
tools::hdf5::group_exists_struct::m_what
std::string m_what
Definition: group_exists:22
tools::hdf5::group_exists_struct::m_found
bool m_found
Definition: group_exists:23