|
g2o
|
#include <cassert>#include <cstdint>#include <cstdio>

Go to the source code of this file.
Functions | |
| void | strreverse (char *begin, char *end) |
| int | modp_dtoa (double value, char *str, int prec) |
| int | modp_uitoa10 (uint32_t value, char *str) |
| int | modp_itoa10 (int32_t value, char *str) |
|
inline |
Definition at line 56 of file fast_output.h.
References strreverse().
Referenced by g2o::G2oSlamInterface::printVertex().
|
inline |
Definition at line 170 of file fast_output.h.
References strreverse().
Referenced by g2o::G2oSlamInterface::printVertex().
|
inline |
Definition at line 159 of file fast_output.h.
References strreverse().
|
inline |
Definition at line 48 of file fast_output.h.
Referenced by modp_dtoa(), modp_itoa10(), and modp_uitoa10().