Macros
python/fwd.hh File Reference
#include <hpp/fcl/fwd.hh>
#include <boost/python.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include "../doc/python/doxygen.hh"
#include "../doc/python/doxygen-boost.hh"
Include dependency graph for python/fwd.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOOST_BIND_GLOBAL_PLACEHOLDERS
 
#define DEF_CLASS_FUNC(CLASS, ATTRIB)   def(dv::member_func(#ATTRIB, &CLASS::ATTRIB))
 
#define DEF_CLASS_FUNC2(CLASS, ATTRIB, policy)   def(#ATTRIB, &CLASS::ATTRIB, doxygen::member_func_doc(&CLASS::ATTRIB), policy)
 
#define DEF_RO_CLASS_ATTRIB(CLASS, ATTRIB)
 
#define DEF_RW_CLASS_ATTRIB(CLASS, ATTRIB)
 

Macro Definition Documentation

◆ BOOST_BIND_GLOBAL_PLACEHOLDERS

#define BOOST_BIND_GLOBAL_PLACEHOLDERS

Definition at line 18 of file python/fwd.hh.

◆ DEF_CLASS_FUNC

#define DEF_CLASS_FUNC (   CLASS,
  ATTRIB 
)    def(dv::member_func(#ATTRIB, &CLASS::ATTRIB))

Definition at line 35 of file python/fwd.hh.

◆ DEF_CLASS_FUNC2

#define DEF_CLASS_FUNC2 (   CLASS,
  ATTRIB,
  policy 
)    def(#ATTRIB, &CLASS::ATTRIB, doxygen::member_func_doc(&CLASS::ATTRIB), policy)

Definition at line 37 of file python/fwd.hh.

◆ DEF_RO_CLASS_ATTRIB

#define DEF_RO_CLASS_ATTRIB (   CLASS,
  ATTRIB 
)
Value:
def_readonly(#ATTRIB, &CLASS::ATTRIB, \
doxygen::class_attrib_doc<CLASS>(#ATTRIB))

Definition at line 32 of file python/fwd.hh.

◆ DEF_RW_CLASS_ATTRIB

#define DEF_RW_CLASS_ATTRIB (   CLASS,
  ATTRIB 
)
Value:
def_readwrite(#ATTRIB, &CLASS::ATTRIB, \
doxygen::class_attrib_doc<CLASS>(#ATTRIB))

Definition at line 29 of file python/fwd.hh.



hpp-fcl
Author(s):
autogenerated on Fri Jan 26 2024 03:46:15