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

#include <call_stack.hpp>

Classes

class  context
 

Static Public Member Functions

static Value * contains (Key *k)
 
static Value * top ()
 

Friends

class context
 

Detailed Description

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

Definition at line 30 of file call_stack.hpp.

Member Function Documentation

template<typename Key , typename Value = unsigned char>
static Value* asio::detail::call_stack< Key, Value >::contains ( Key *  k)
inlinestatic

Definition at line 92 of file call_stack.hpp.

template<typename Key , typename Value = unsigned char>
static Value* asio::detail::call_stack< Key, Value >::top ( )
inlinestatic

Definition at line 105 of file call_stack.hpp.

Friends And Related Function Documentation

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

Definition at line 88 of file call_stack.hpp.


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