#include "utility.h"
#include "utility_io.h"
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | KDL |
Functions | |
void | KDL::IOTrace (const std::string &description) |
void | KDL::IOTraceOutput (std::ostream &os) |
outputs the IO-stack to a stream to provide a better errormessage. | |
void | KDL::IOTracePop () |
pops a description of the IO-stack | |
void | KDL::IOTracePopStr (char *buffer, int size) |
outputs one element of the IO-stack to the buffer (maximally size chars) returns empty string if no elements on the stack. |
Definition in file error_stack.h.