![]() |
Kea 2.2.0
|
#include <stdlib.h>#include <cstring>#include <vector>#include <stdint.h>#include <exceptions/exceptions.h>#include <boost/shared_ptr.hpp>
Include dependency graph for buffer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | isc::util::InputBuffer |
The InputBuffer class is a buffer abstraction for manipulating read-only data. More... | |
| class | isc::util::InvalidBufferPosition |
| A standard DNS module exception that is thrown if an out-of-range buffer operation is being performed. More... | |
| class | isc::util::OutputBuffer |
The OutputBuffer class is a buffer abstraction for manipulating mutable data. More... | |
Namespaces | |
| namespace | isc |
| Defines the logger used by the top-level component of kea-lfc. | |
| namespace | isc::util |
Typedefs | |
| typedef boost::shared_ptr< InputBuffer > | isc::util::InputBufferPtr |
Pointer-like types pointing to InputBuffer or OutputBuffer. More... | |
| typedef boost::shared_ptr< OutputBuffer > | isc::util::OutputBufferPtr |