![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
LogBook class interface. More...
#include <sys/types.h>#include <sys/time.h>#include <unistd.h>#include <stdlib.h>#include <stdio.h>#include <time.h>#include <iostream>#include <iomanip>#include <sstream>#include <string>#include <deque>#include <map>#include <vector>#include "rnr/rnrconfig.h"#include "rnr/log.h"Go to the source code of this file.
Classes | |
| class | rnr::LogBook |
| struct | rnr::LogBook::Entry |
| Log entry structure. More... | |
| struct | rnr::LogBook::BookMark |
| Log bookmark structure. More... | |
| struct | rnr::lbmanip_bm_ |
| LogBook parametric bookmark stream manipulator structure. More... | |
| struct | rnr::lbmanip_fg_ |
| LogBook parametric formatting flags manipulator structure. More... | |
Namespaces | |
| rnr | |
| RoadNarrows Robotics. | |
Macros | |
| #define | BOOKMARKFUNC() bookmark(__func__) |
| Convenience macro to bookmark log using function name. | |
Functions | |
| std::ostream & | rnr::operator<< (std::ostream &os, const LogBook &log) |
| Stream insertion operator. More... | |
| LogBook & | rnr::eoe (LogBook &log) |
| LogBook end-of-entry stream manipulator. More... | |
| LogBook & | rnr::bookmark (LogBook &log) |
| LogBook bookmark stream manipulator. More... | |
| lbmanip_bm_ | rnr::bookmark (const std::string str) |
| LogBook bookmark parametric manipulator function. More... | |
| LogBook & | rnr::operator<< (LogBook &log, lbmanip_bm_ f) |
| LogBook bookmark parametric manipulator stream operators. More... | |
| lbmanip_fg_ | rnr::setflags (const unsigned flags) |
| LogBook formatting flags parametric manipulator function. More... | |
| LogBook & | rnr::operator<< (LogBook &log, lbmanip_fg_ f) |
| LogBook formatting flags parametric manipulator stream operators. More... | |
LogBook class interface.
—@
Definition in file LogBook.h.