MIRA
|
Encapsulates call stack functionality. More...
#include <platform/Types.h>
#include <serialization/GetterSetter.h>
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <string>
#include <vector>
#include <boost/shared_array.hpp>
#include <boost/lexical_cast.hpp>
Go to the source code of this file.
Classes | |
class | CallStack |
Encapsulates unix call stack functionality. More... | |
struct | CallStack::Symbol |
Contains all information of a single function symbol in the call stack. More... | |
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Encapsulates call stack functionality.