![]() |
Kea
1.5.0
|
#include <cc/data.h>#include <exceptions/exceptions.h>#include <boost/shared_ptr.hpp>#include <boost/date_time/time_duration.hpp>#include <boost/date_time/posix_time/posix_time_types.hpp>#include <list>#include <stdint.h>
Include dependency graph for observation.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | isc::stats::InvalidStatType |
| Exception thrown if invalid statistic type is used. More... | |
| class | isc::stats::Observation |
| Represents a single observable characteristic (a 'statistic') More... | |
Namespaces | |
| isc | |
| Defines the logger used by the top-level component of kea-dhcp-ddns. | |
| isc::stats | |
Typedefs | |
| typedef std::pair< StatsDuration, boost::posix_time::ptime > | isc::stats::DurationSample |
| Time Duration. More... | |
| typedef std::pair< double, boost::posix_time::ptime > | isc::stats::FloatSample |
| Float (implemented as double precision) More... | |
| typedef std::pair< int64_t, boost::posix_time::ptime > | isc::stats::IntegerSample |
| Integer (implemented as signed 64-bit integer) More... | |
| typedef boost::shared_ptr< Observation > | isc::stats::ObservationPtr |
| Observation pointer. More... | |
| typedef boost::posix_time::time_duration | isc::stats::StatsDuration |
| Defines duration resolution. More... | |
| typedef std::pair< std::string, boost::posix_time::ptime > | isc::stats::StringSample |
| String. More... | |