libqi-api
2.8.7.4
|
#include <qi/api.hpp>
#include <qi/types.hpp>
#include <boost/shared_ptr.hpp>
#include <vector>
#include <cstddef>
Go to the source code of this file.
Classes | |
class | qi::Buffer |
Class to store buffer. . More... | |
class | qi::BufferReader |
Class to read const buffer. This class is intendeed to read buffer. It store an internal data cursor and an internal sub-buffer index. All offset are relative to the current position. More... | |
Namespaces | |
qi | |
Deprecated in 2.5. Use int8_t from <cstdint>. | |
qi::detail | |
Macros | |
#define | _QI_BUFFER_HPP_ |
Functions | |
void | qi::detail::printBuffer (std::ostream &stream, const Buffer &buffer) |
#define _QI_BUFFER_HPP_ |
Definition at line 8 of file buffer.hpp.