#include <Dash.h>
Public Member Functions | |
Dot (unsigned count) | |
Dot (unsigned count, double length) | |
Public Attributes | |
boost::optional< double > | m_length |
unsigned | m_count |
libmspub::Dot::Dot | ( | unsigned | count | ) | [inline] |
libmspub::Dot::Dot | ( | unsigned | count, |
double | length | ||
) | [inline] |
unsigned libmspub::Dot::m_count |
Referenced by libmspub::operator==().
boost::optional<double> libmspub::Dot::m_length |
Referenced by libmspub::operator==().