#include <quantumstate.h>
Public Member Functions | |
| char * | chLabel () |
| const char * | chLabel () const |
| char * | chConfig () |
| const char * | chConfig () const |
Private Attributes | |
| char | m_chLabel [5] |
| char | m_chConfig [11] |
Definition at line 9 of file quantumstate.h.
| const char* quantumStateLabels::chConfig | ( | ) | const [inline] |
Definition at line 26 of file quantumstate.h.
References m_chConfig.
| char* quantumStateLabels::chConfig | ( | ) | [inline] |
Definition at line 22 of file quantumstate.h.
References m_chConfig.
| const char* quantumStateLabels::chLabel | ( | ) | const [inline] |
Definition at line 18 of file quantumstate.h.
References m_chLabel.
| char* quantumStateLabels::chLabel | ( | ) | [inline] |
Definition at line 14 of file quantumstate.h.
References m_chLabel.
char quantumStateLabels::m_chConfig[11] [private] |
Definition at line 12 of file quantumstate.h.
Referenced by chConfig().
char quantumStateLabels::m_chLabel[5] [private] |
Definition at line 11 of file quantumstate.h.
Referenced by chLabel().
1.6.1