ewmscp  ..
Public Member Functions | List of all members
copyRequest::stateType Class Reference

#include <copyRequestTypes.h>

Inheritance diagram for copyRequest::stateType:
[legend]
Collaboration diagram for copyRequest::stateType:
[legend]

Public Member Functions

 stateType ()
 
 stateType (stateBitType aBits)
 
- Public Member Functions inherited from enumAsBitmask< stateBitType >
 enumAsBitmask ()
 
 enumAsBitmask (const stateBitType &aBits)
 
std::underlying_type< stateBitType >::type asBits () const
 
enumAsBitmask operator& (const stateBitType &aBits) const
 
enumAsBitmask operator| (const enumAsBitmask &rhs)
 
enumAsBitmask operator|= (const stateBitType &aBits)
 
void clear (const stateBitType aBits)
 
void set (const stateBitType aBits)
 
 operator bool () const
 

Additional Inherited Members

- Public Types inherited from enumAsBitmask< stateBitType >
typedef stateBitType enumType
 

Detailed Description

Definition at line 66 of file copyRequestTypes.h.

Constructor & Destructor Documentation

◆ stateType() [1/2]

copyRequest::stateType::stateType ( )
inline

Definition at line 68 of file copyRequestTypes.h.

68 : enumAsBitmask() {};

◆ stateType() [2/2]

copyRequest::stateType::stateType ( stateBitType  aBits)
inline

Definition at line 69 of file copyRequestTypes.h.

69 : enumAsBitmask(aBits) {};

The documentation for this class was generated from the following file:
enumAsBitmask< stateBitType >::enumAsBitmask
enumAsBitmask()
Definition: enumAsBitmask.h:9