g2o
|
#include <cstdio>
#include <stdint.h>
#include <assert.h>
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 55 of file fast_output.h.
References strreverse().
Referenced by g2o::G2oSlamInterface::printVertex().
|
inline |
Definition at line 166 of file fast_output.h.
References strreverse().
Referenced by g2o::G2oSlamInterface::printVertex().
|
inline |
|
inline |
Definition at line 48 of file fast_output.h.
Referenced by modp_dtoa(), modp_itoa10(), and modp_uitoa10().