#include <nuclear_dist.h>
A simple base for a collection of objects of type nucleus
Definition at line 39 of file nuclear_dist.h.
Public Member Functions | |
virtual | ~nuclear_dist () |
virtual iterator | begin ()=0 |
The beginning of the distribution. | |
virtual iterator | end ()=0 |
The end of the distribution. | |
virtual size_t | size ()=0 |
The number of nuclei in the distribution. | |
Data Structures | |
class | iterator |
An iterator for the nuclear distribution. More... |