Realistic 3D camera system
3D camera system components
Public Member Functions | List of all members
archetypes::concrete_handler Struct Reference

#include <async_result.hpp>

Public Member Functions

 concrete_handler (lazy_handler)
 
template<typename Arg1 >
void operator() (Arg1)
 
template<typename Arg1 , typename Arg2 >
void operator() (Arg1, Arg2)
 

Detailed Description

Definition at line 23 of file async_result.hpp.

Constructor & Destructor Documentation

archetypes::concrete_handler::concrete_handler ( lazy_handler  )
inline

Definition at line 25 of file async_result.hpp.

Member Function Documentation

template<typename Arg1 >
void archetypes::concrete_handler::operator() ( Arg1  )
inline

Definition at line 30 of file async_result.hpp.

template<typename Arg1 , typename Arg2 >
void archetypes::concrete_handler::operator() ( Arg1  ,
Arg2   
)
inline

Definition at line 35 of file async_result.hpp.


The documentation for this struct was generated from the following file: