#include <Monomer.hh>
Public Methods | |
Abbrev_ (char C='X', const char *Ccc="Xxx") | |
Init to store 'C' and "Ccc" as abbreviations. More... | |
char | code_1 () const |
code_1(), code_3(): get the abbreviations. | |
const char* | code_3 () const |
Protected Methods | |
void | set_codes (char C, const char *Ccc) |
set_codes(C, Ccc): the abbreviations may only be set together. More... | |
Private Attributes | |
char | Code1 |
one-letter abbreviation. | |
char | Code3 [4] |
three-letter abbreviation. | |
Friends | |
class | Monomer_ |
Definition at line 43 of file Monomer.hh.
|
Init to store 'C' and "Ccc" as abbreviations. Defaults are 'X' and "Xxx". Definition at line 59 of file Monomer.hh. |
|
code_1(), code_3(): get the abbreviations.
Definition at line 65 of file Monomer.hh. |
|
Definition at line 66 of file Monomer.hh. |
|
set_codes(C, Ccc): the abbreviations may only be set together. Non-const access only for Monomer_ Definition at line 75 of file Monomer.hh. Referenced by Abbrev_(). |
|
Definition at line 45 of file Monomer.hh. |
|
one-letter abbreviation.
Definition at line 49 of file Monomer.hh. |
|
three-letter abbreviation.
Definition at line 50 of file Monomer.hh. |