Realistic 3D camera system
3D camera system components
Public Member Functions | Friends | List of all members
asio::detail::call_stack< Key, Value >::context Class Reference

#include <call_stack.hpp>

Inheritance diagram for asio::detail::call_stack< Key, Value >::context:
asio::detail::noncopyable

Public Member Functions

 context (Key *k)
 
 context (Key *k, Value &v)
 
 ~context ()
 
Value * next_by_key () const
 

Friends

class call_stack< Key, Value >
 

Detailed Description

template<typename Key, typename Value = unsigned char>
class asio::detail::call_stack< Key, Value >::context

Definition at line 34 of file call_stack.hpp.

Constructor & Destructor Documentation

template<typename Key , typename Value = unsigned char>
asio::detail::call_stack< Key, Value >::context::context ( Key *  k)
inlineexplicit

Definition at line 39 of file call_stack.hpp.

template<typename Key , typename Value = unsigned char>
asio::detail::call_stack< Key, Value >::context::context ( Key *  k,
Value &  v 
)
inline

Definition at line 48 of file call_stack.hpp.

template<typename Key , typename Value = unsigned char>
asio::detail::call_stack< Key, Value >::context::~context ( )
inline

Definition at line 57 of file call_stack.hpp.

Member Function Documentation

template<typename Key , typename Value = unsigned char>
Value* asio::detail::call_stack< Key, Value >::context::next_by_key ( ) const
inline

Definition at line 63 of file call_stack.hpp.

Friends And Related Function Documentation

template<typename Key , typename Value = unsigned char>
friend class call_stack< Key, Value >
friend

Definition at line 76 of file call_stack.hpp.


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