stlab.adobe.com Adobe Systems Incorporated

function_pack.hpp File Reference

#include <adobe/config.hpp>
#include <stdexcept>
#include <sstream>
#include <boost/bind.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
#include <boost/utility/enable_if.hpp>
#include <adobe/any_regular.hpp>
#include <adobe/array.hpp>
#include <adobe/closed_hash.hpp>
#include <adobe/dictionary.hpp>
#include <adobe/empty.hpp>
#include <adobe/function_traits.hpp>
#include <adobe/string.hpp>
#include <adobe/virtual_machine.hpp>

Go to the source code of this file.

Classes

struct  function_pack_t
 Container class to unify a collecton of functions under the same function signature.This class will collect registered functions by one of two methods: as functions with named or unnamed arguments. If the former, the function is then invoked with an array_t containing arguments in the order in which they should be passed to the original function. If the latter, the function is invoked with an dictionary_t containing arguments bound to keys that match those required by the function. More...

Namespaces

namespace  adobe

Functions

template<typename F >
implementation::function_pack_helper
< F, 0 > 
named_bind (const F &f)
template<typename F >
implementation::function_pack_helper
< F, 7 > 
named_bind (const F &f, name_t arg1_name, name_t arg2_name, name_t arg3_name, name_t arg4_name, name_t arg5_name, name_t arg6_name, name_t arg7_name)
template<typename F >
implementation::function_pack_helper
< F, 6 > 
named_bind (const F &f, name_t arg1_name, name_t arg2_name, name_t arg3_name, name_t arg4_name, name_t arg5_name, name_t arg6_name)
template<typename F >
implementation::function_pack_helper
< F, 5 > 
named_bind (const F &f, name_t arg1_name, name_t arg2_name, name_t arg3_name, name_t arg4_name, name_t arg5_name)
template<typename F >
implementation::function_pack_helper
< F, 4 > 
named_bind (const F &f, name_t arg1_name, name_t arg2_name, name_t arg3_name, name_t arg4_name)
template<typename F >
implementation::function_pack_helper
< F, 3 > 
named_bind (const F &f, name_t arg1_name, name_t arg2_name, name_t arg3_name)
template<typename F >
implementation::function_pack_helper
< F, 2 > 
named_bind (const F &f, name_t arg1_name, name_t arg2_name)
template<typename F >
implementation::function_pack_helper
< F, 1 > 
named_bind (const F &f, name_t arg1_name)

Copyright © 2006-2007 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google