#include <TriggerPattern.h>
Public Methods | |
| TriggerPattern () | |
| Constructors. More... | |
| TriggerPattern ( long pattern ) | |
| ~TriggerPattern () | |
| Destructor. More... | |
| long | pattern () const |
| Retrieve trigger bits. More... | |
| void | setPattern ( long value ) |
| Update trigger bits. More... | |
| void | set ( int bit ) |
| Set single bit. More... | |
| bool | isSet ( int bit ) const |
| Check specified bit. More... | |
| std::ostream& | fillStream ( std::ostream& s ) const |
| Fill the output stream (ASCII). More... | |
Private Attributes | |
| long | m_pattern |
| Data member to hold trigger bits. More... | |
Friends | |
| StreamBuffer& | operator<< ( StreamBuffer& s, const TriggerPattern& obj ) |
| Serialize the object for writing. More... | |
| StreamBuffer& | operator>> ( StreamBuffer& s, TriggerPattern& obj ) |
| Serialize the object for reading. More... | |
| std::ostream& | operator<< ( std::ostream& s, const TriggerPattern& obj ) |
| Output operator(ASCII). More... | |
|
|
Constructors.
Definition at line 29 of file TriggerPattern.h. |
|
|
Definition at line 31 of file TriggerPattern.h. |
|
|
Destructor.
Definition at line 34 of file TriggerPattern.h. |
|
|
Fill the output stream (ASCII).
Definition at line 72 of file TriggerPattern.h. Referenced by operator<<(). |
|
|
Check specified bit.
Definition at line 51 of file TriggerPattern.h. |
|
|
Retrieve trigger bits.
Definition at line 37 of file TriggerPattern.h. |
|
|
Set single bit.
Definition at line 45 of file TriggerPattern.h. |
|
|
Update trigger bits.
Definition at line 41 of file TriggerPattern.h. |
|
|
Output operator(ASCII).
Definition at line 67 of file TriggerPattern.h. |
|
|
Serialize the object for writing.
Definition at line 56 of file TriggerPattern.h. |
|
|
Serialize the object for reading.
Definition at line 61 of file TriggerPattern.h. |
|
|
Data member to hold trigger bits.
Definition at line 81 of file TriggerPattern.h. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000