ChimeraTK-DeviceAccess  03.18.00
ChimeraTK::DeviceFile Class Reference

#include <DeviceFile.h>

+ Inheritance diagram for ChimeraTK::DeviceFile:
+ Collaboration diagram for ChimeraTK::DeviceFile:

Public Member Functions

 DeviceFile ()=delete
 
 DeviceFile (const std::string &filePath, int flags)
 
 DeviceFile (DeviceFile &&d)
 
virtual ~DeviceFile ()
 
 operator int () const
 
std::string name () const
 
bool goodState () const
 

Detailed Description

Definition at line 12 of file DeviceFile.h.

Constructor & Destructor Documentation

◆ DeviceFile() [1/3]

ChimeraTK::DeviceFile::DeviceFile ( )
delete

◆ DeviceFile() [2/3]

ChimeraTK::DeviceFile::DeviceFile ( const std::string &  filePath,
int  flags 
)

Definition at line 16 of file DeviceFile.cc.

◆ DeviceFile() [3/3]

ChimeraTK::DeviceFile::DeviceFile ( DeviceFile &&  d)

Definition at line 26 of file DeviceFile.cc.

◆ ~DeviceFile()

ChimeraTK::DeviceFile::~DeviceFile ( )
virtual

Definition at line 28 of file DeviceFile.cc.

Member Function Documentation

◆ goodState()

bool ChimeraTK::DeviceFile::goodState ( ) const

Definition at line 50 of file DeviceFile.cc.

+ Here is the caller graph for this function:

◆ name()

std::string ChimeraTK::DeviceFile::name ( ) const

Definition at line 46 of file DeviceFile.cc.

+ Here is the caller graph for this function:

◆ operator int()

ChimeraTK::DeviceFile::operator int ( ) const

Definition at line 42 of file DeviceFile.cc.


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