#include <Atom.h>
Public Member Functions | |
| bool | operator!= (int p) |
| bool | operator== (int p) |
| operator TYPE * () const | |
| operator atom () const | |
| operator atomref () const | |
| TYPE * | operator-> () const |
| const atom< TYPE > & | operator= (TYPE *p) |
| const atom< TYPE > & | operator= (const atom< TYPE > &p) |
| const atom< TYPE > & | operator= (AtomPtr< TYPE > &p) |
| atom () | |
| atom (AtomPtr< TYPE > &p) | |
| atom (const atom< TYPE > &p) | |
| atom (TYPE *p) | |
| ~atom () | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|