#include <CircleExporterImpl.h>
internal implementation of interface exporter class
Definition at line 40 of file CircleExporterImpl.h.
◆ Impl() [1/2]
exo::CircleExporter::Impl::Impl |
( |
| ) |
|
|
delete |
◆ ~Impl()
exo::CircleExporter::Impl::~Impl |
( |
| ) |
|
|
default |
◆ Impl() [2/2]
◆ getBufferPointer()
const char * exo::CircleExporter::Impl::getBufferPointer |
( |
| ) |
const |
- Returns
- pointer to buffer with serialized graph
Definition at line 174 of file CircleExporterImpl.cpp.
175{
177}
uint8_t * GetBufferPointer() const
Get the serialized buffer (after you call Finish()).
◆ getBufferSize()
size_t exo::CircleExporter::Impl::getBufferSize |
( |
| ) |
const |
- Returns
- size of buffer with serialized graph
Definition at line 179 of file CircleExporterImpl.cpp.
uoffset_t GetSize() const
The current size of the serialized buffer, counting from the end.
The documentation for this class was generated from the following files: