Blender V2.61 - r43446
Namespaces | Typedefs | Functions | Variables

error_stack.cpp File Reference

#include "error_stack.h"
#include <stack>
#include <vector>
#include <string>
#include <cstring>

Go to the source code of this file.

Namespaces

namespace  KDL

Typedefs

typedef std::stack< std::string > KDL::ErrorStack

Functions

void KDL::IOTrace (const std::string &description)
void KDL::IOTracePop ()
 pops a description of the IO-stack
void KDL::IOTraceOutput (std::ostream &os)
 outputs the IO-stack to a stream to provide a better errormessage.
void KDL::IOTracePopStr (char *buffer, int size)

Variables

ErrorStack KDL::errorstack

Detailed Description

Definition in file error_stack.cpp.