OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
call_meta_data.hpp File Reference
#include <string>
#include <cstddef>
#include <utility>

Classes

struct  cvv::impl::CallMetaData
 Optional information about a location in Code. More...
 

Namespaces

 cvv
 
 cvv::impl
 

Macros

#define CVVISUAL_FUNCTION_NAME_MACRO   __func__
 
#define CVVISUAL_LOCATION
 Creates an instance of CallMetaData with the location of the macro as value. More...
 

Macro Definition Documentation

#define CVVISUAL_FUNCTION_NAME_MACRO   __func__
#define CVVISUAL_LOCATION
Value:
::cvv::impl::CallMetaData(__FILE__, __LINE__, \
Optional information about a location in Code.
Definition: call_meta_data.hpp:20
#define CVVISUAL_FUNCTION_NAME_MACRO
Definition: call_meta_data.hpp:64

Creates an instance of CallMetaData with the location of the macro as value.