#include <buffer.h>
Definition at line 43 of file buffer.h.
◆ Buffer() [1/2]
rosbag::Buffer::Buffer |
( |
| ) |
|
◆ ~Buffer()
rosbag::Buffer::~Buffer |
( |
| ) |
|
◆ Buffer() [2/2]
rosbag::Buffer::Buffer |
( |
const Buffer & |
| ) |
|
|
private |
◆ ensureCapacity()
void rosbag::Buffer::ensureCapacity |
( |
uint32_t |
capacity | ) |
|
|
private |
◆ getCapacity()
uint32_t rosbag::Buffer::getCapacity |
( |
| ) |
const |
◆ getData()
uint8_t * rosbag::Buffer::getData |
( |
| ) |
|
◆ getSize()
uint32_t rosbag::Buffer::getSize |
( |
| ) |
const |
◆ operator=()
◆ setSize()
void rosbag::Buffer::setSize |
( |
uint32_t |
size | ) |
|
◆ swap()
void rosbag::Buffer::swap |
( |
Buffer & |
other | ) |
|
◆ buffer_
uint8_t* rosbag::Buffer::buffer_ |
|
private |
◆ capacity_
uint32_t rosbag::Buffer::capacity_ |
|
private |
◆ size_
uint32_t rosbag::Buffer::size_ |
|
private |
The documentation for this class was generated from the following files: