TwiceAsNice  2019-02-18
Namespaces | Typedefs | Functions
NicePropertyPy.cc File Reference
#include <boost/python.hpp>
#include <Nice/Time.h>
#include <Nice/Property.h>
#include <Nice/Property/BitSet.h>
#include <Nice/Property/DynamicBitset.h>
#include <Nice/Map.h>
#include <Nice/Util.h>
#include <Nice/App/Endpoint.h>
#include <Nice/Python/SmartpointerWrapper.hh>
#include <Nice/Python/StlWrapper.hh>
#include <Nice/Python/Property.h>
#include <Nice/Python/ToStringWrapper.hh>
#include <Nice/Property/Bridge.h>
#include <Nice/Python/PropertyBridge.hh>
#include <Nice/BuiltinSequences.h>
Include dependency graph for NicePropertyPy.cc:

Namespaces

 Nice
 

 
 Nice::Python
 

Typedefs

typedef void(Nice::Property::* Nice::Python::NicePropertyApplyBridgeType) (const Nice::PropertyBridgePtr &, const std::string &)
 
typedef void(Nice::Joint::* Nice::Python::NiceJointSetCharPtrType) (const char *, const Nice::Date &)
 
typedef void(Nice::Joint::* Nice::Python::NiceJointSetCharPtrWithIdType) (const char *, Nice::I64, const Nice::Date &)
 
typedef std::string(Nice::Joint::* Nice::Python::NiceJointGetStringType) ()
 
typedef void(Nice::Joint::* Nice::Python::NiceJointSetStringType) (const std::string &)
 
typedef Nice::Int(Nice::Joint::* Nice::Python::NiceJointGetIntType) ()
 
typedef void(Nice::Joint::* Nice::Python::NiceJointSetIntType) (const Nice::Int &)
 
typedef const Nice::PropertyPtr &(Nice::Joint::* Nice::Python::NiceJointLeafType) ()
 
typedef void(Nice::Joint::* Nice::Python::NiceJointChildrenType) (Nice::SeqString &, const std::string &, bool)
 

Functions

 Nice::Python::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (NicePropertyApplyBridgeOverloads, Nice::Property::applyBridge, 1, 2)
 
 Nice::Python::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (NiceJointPathOverloads, Nice::Joint::path, 0, 1)
 
 Nice::Python::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (NiceJointSetCharPtrOverloads, Nice::Joint::set, 1, 2)
 
 Nice::Python::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (NiceJointSetCharPtrWithIdOverloads, Nice::Joint::set, 2, 3)
 
 Nice::Python::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS (NiceJointChildrenOverloads, Nice::Joint::children, 1, 3)
 
void Nice::Python::export_NicePropertyFactory ()