QxOrm  1.4.3
C++ Object Relational Mapping library

Common interface for all functions registered into QxOrm context (used by introspection engine) More...

#include <boost/any.hpp>
#include <boost/function.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/static_assert.hpp>
#include <boost/type_traits/is_same.hpp>
#include <QxCommon/QxBool.h>
#include <QxCommon/QxPropertyBag.h>
#include <QxCollection/QxCollection.h>
#include <QxFunction/QxFunctionError.h>
#include <QxFunction/QxFunctionMacro.h>
#include <QxTraits/remove_attr.h>

Go to the source code of this file.

Classes

class  qx::IxFunction
 qx::IxFunction : common interface for all functions registered into QxOrm context (used by introspection engine) More...

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


Typedefs

typedef qx_shared_ptr< IxFunction > qx::IxFunction_ptr
typedef QxCollection< QString,
IxFunction_ptr > 
qx::IxFunctionX
typedef qx_shared_ptr
< IxFunctionX > 
qx::IxFunctionX_ptr

Detailed Description

Common interface for all functions registered into QxOrm context (used by introspection engine)

Author:
Lionel Marty

Definition in file IxFunction.h.