TwiceAsNice  2019-02-18
Classes | Functions | Variables
NPointTypes.cc File Reference
#include <Nice/Map/NPointTypes.h>
#include <IceUtil/PushDisableWarnings.h>
#include <Ice/LocalException.h>
#include <Ice/ObjectFactory.h>
#include <Ice/Outgoing.h>
#include <Ice/OutgoingAsync.h>
#include <Ice/BasicStream.h>
#include <IceUtil/Iterator.h>
#include <IceUtil/PopDisableWarnings.h>
#include <string>
#include <Nice/Property/Joint.hh>
#include <Nice/Property/Property.hh>
#include <Nice/Property/Factory.hh>
#include <Nice/Property/BridgeIce.hh>
#include <Nice/Map/NPoint.h>
Include dependency graph for NPointTypes.cc:

Classes

struct  PropertyFactoryTypeMapInitializerNPoint
 
struct  PropertyFactoryTypeMapInitializerSeqNPoint
 

Functions

template void Nice::Joint::set< Nice::NPoint > (const Nice::NPoint &_value, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqNPoint > (const Nice::SeqNPoint &_value, const Nice::Date &)
 
template void Nice::Joint::set< Nice::NPoint > (const Nice::NPoint &_value, Nice::I64 _setterId, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqNPoint > (const Nice::SeqNPoint &_value, Nice::I64 _setterId, const Nice::Date &)
 
template Nice::NPoint Nice::Joint::get< Nice::NPoint > ()
 
template Nice::SeqNPoint Nice::Joint::get< Nice::SeqNPoint > ()
 
template Nice::NPoint Nice::Joint::getAtNode< Nice::NPoint > (const std::string &_node)
 
template Nice::SeqNPoint Nice::Joint::getAtNode< Nice::SeqNPoint > (const std::string &_node)
 
template Nice::NPoint Nice::Joint::getWithDefault< Nice::NPoint > (const Nice::NPoint &_default)
 
template Nice::SeqNPoint Nice::Joint::getWithDefault< Nice::SeqNPoint > (const Nice::SeqNPoint &_default)
 
template void Nice::Joint::operator=<Nice::NPoint > (const Nice::NPoint &_leaf)
 
template void Nice::Joint::operator=<Nice::SeqNPoint > (const Nice::SeqNPoint &_leaf)
 
template Nice::NPoint Nice::castFromString< Nice::NPoint > (const std::string &_s)
 
template Nice::SeqNPoint Nice::castFromString< Nice::SeqNPoint > (const std::string &_s)
 
template std::string Nice::castToString< Nice::NPoint > (const Nice::NPoint &_t)
 
template std::string Nice::castToString< Nice::SeqNPoint > (const Nice::SeqNPoint &_t)
 
template Nice::NPoint Nice::PropertyFoo::cast< Nice::NPoint > ()
 
template Nice::SeqNPoint Nice::PropertyFoo::cast< Nice::SeqNPoint > ()
 
template void Nice::PropertyFoo::set< Nice::NPoint > (const Nice::NPoint &_v)
 
template void Nice::PropertyFoo::set< Nice::SeqNPoint > (const Nice::SeqNPoint &_v)
 
template bool Nice::Property::operator==<Nice::NPoint > (const Nice::NPoint &_value)
 
template bool Nice::Property::operator==<Nice::SeqNPoint > (const Nice::SeqNPoint &_value)
 
template Nice::PropertyNice::Property::operator=<Nice::NPoint > (const Nice::NPoint &_v)
 
template Nice::PropertyNice::Property::operator=<Nice::SeqNPoint > (const Nice::SeqNPoint &_v)
 
template Nice::CompletionState Nice::Property::set< Nice::NPoint > (const Nice::NPoint &_v, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqNPoint > (const Nice::SeqNPoint &_v, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::NPoint > (const Nice::NPoint &_v, Nice::I64, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqNPoint > (const Nice::SeqNPoint &_v, Nice::I64, const Nice::Date &)
 
template Nice::NPoint Nice::Property::get< Nice::NPoint > () const
 
template Nice::SeqNPoint Nice::Property::get< Nice::SeqNPoint > () const
 
template Nice::NPointNice::Property::ref< Nice::NPoint > ()
 
template Nice::SeqNPointNice::Property::ref< Nice::SeqNPoint > ()
 
template bool Nice::Property::isType< Nice::NPoint > ()
 
template bool Nice::Property::isType< Nice::SeqNPoint > ()
 
template void Nice::Property::setAttribute< Nice::NPoint > (const std::string &_key, const Nice::NPoint &, const Nice::Date &)
 
template void Nice::Property::setAttribute< Nice::SeqNPoint > (const std::string &_key, const Nice::SeqNPoint &, const Nice::Date &)
 
template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::NPoint > (const std::string &_key, const Nice::NPoint &, const Nice::Date &)
 
template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::SeqNPoint > (const std::string &_key, const Nice::SeqNPoint &, const Nice::Date &)
 
template Nice::NPoint Nice::Property::getAttributeWithDefault< Nice::NPoint > (const std::string &_key, const Nice::NPoint &_attr, const Nice::Date &)
 
template Nice::SeqNPoint Nice::Property::getAttributeWithDefault< Nice::SeqNPoint > (const std::string &_key, const Nice::SeqNPoint &_attr, const Nice::Date &)
 
template Nice::NPoint Nice::Property::getAttribute< Nice::NPoint > (const std::string &_key)
 
template Nice::SeqNPoint Nice::Property::getAttribute< Nice::SeqNPoint > (const std::string &_key)
 
template void Nice::PropertyFactory::addPropertyFactory< Nice::NPoint > (const std::string &_type)
 
template void Nice::PropertyFactory::addPropertyFactory< Nice::SeqNPoint > (const std::string &_type)
 

Variables

struct PropertyFactoryTypeMapInitializerNPoint s_PropertyFactoryTypeMapInitializerNPoint
 
struct PropertyFactoryTypeMapInitializerSeqNPoint s_PropertyFactoryTypeMapInitializerSeqNPoint
 

Function Documentation

◆ Nice::castFromString< Nice::NPoint >()

template Nice::NPoint Nice::castFromString< Nice::NPoint > ( const std::string &  _s)

◆ Nice::castFromString< Nice::SeqNPoint >()

template Nice::SeqNPoint Nice::castFromString< Nice::SeqNPoint > ( const std::string &  _s)

◆ Nice::castToString< Nice::NPoint >()

template std::string Nice::castToString< Nice::NPoint > ( const Nice::NPoint _t)

◆ Nice::castToString< Nice::SeqNPoint >()

template std::string Nice::castToString< Nice::SeqNPoint > ( const Nice::SeqNPoint _t)

◆ Nice::Joint::get< Nice::NPoint >()

◆ Nice::Joint::get< Nice::SeqNPoint >()

◆ Nice::Joint::getAtNode< Nice::NPoint >()

template Nice::NPoint Nice::Joint::getAtNode< Nice::NPoint > ( const std::string &  _node)

◆ Nice::Joint::getAtNode< Nice::SeqNPoint >()

template Nice::SeqNPoint Nice::Joint::getAtNode< Nice::SeqNPoint > ( const std::string &  _node)

◆ Nice::Joint::getWithDefault< Nice::NPoint >()

◆ Nice::Joint::getWithDefault< Nice::SeqNPoint >()

◆ Nice::Joint::operator=<Nice::NPoint >()

template void Nice::Joint::operator=<Nice::NPoint > ( const Nice::NPoint _leaf)

◆ Nice::Joint::operator=<Nice::SeqNPoint >()

template void Nice::Joint::operator=<Nice::SeqNPoint > ( const Nice::SeqNPoint _leaf)

◆ Nice::Joint::set< Nice::NPoint >() [1/2]

template void Nice::Joint::set< Nice::NPoint > ( const Nice::NPoint _value,
const Nice::Date  
)

◆ Nice::Joint::set< Nice::NPoint >() [2/2]

template void Nice::Joint::set< Nice::NPoint > ( const Nice::NPoint _value,
Nice::I64  _setterId,
const Nice::Date  
)

◆ Nice::Joint::set< Nice::SeqNPoint >() [1/2]

template void Nice::Joint::set< Nice::SeqNPoint > ( const Nice::SeqNPoint _value,
const Nice::Date  
)

◆ Nice::Joint::set< Nice::SeqNPoint >() [2/2]

template void Nice::Joint::set< Nice::SeqNPoint > ( const Nice::SeqNPoint _value,
Nice::I64  _setterId,
const Nice::Date  
)

◆ Nice::Property::applyAttribute< Nice::NPoint >()

◆ Nice::Property::applyAttribute< Nice::SeqNPoint >()

◆ Nice::Property::get< Nice::NPoint >()

◆ Nice::Property::get< Nice::SeqNPoint >()

◆ Nice::Property::getAttribute< Nice::NPoint >()

template Nice::NPoint Nice::Property::getAttribute< Nice::NPoint > ( const std::string &  _key)

◆ Nice::Property::getAttribute< Nice::SeqNPoint >()

◆ Nice::Property::getAttributeWithDefault< Nice::NPoint >()

◆ Nice::Property::getAttributeWithDefault< Nice::SeqNPoint >()

◆ Nice::Property::isType< Nice::NPoint >()

◆ Nice::Property::isType< Nice::SeqNPoint >()

◆ Nice::Property::operator=<Nice::NPoint >()

template Nice:: Property& Nice::Property::operator=<Nice::NPoint > ( const Nice::NPoint _v)

◆ Nice::Property::operator=<Nice::SeqNPoint >()

template Nice:: Property& Nice::Property::operator=<Nice::SeqNPoint > ( const Nice::SeqNPoint _v)

◆ Nice::Property::operator==<Nice::NPoint >()

template bool Nice::Property::operator==<Nice::NPoint > ( const Nice::NPoint _value)

◆ Nice::Property::operator==<Nice::SeqNPoint >()

template bool Nice::Property::operator==<Nice::SeqNPoint > ( const Nice::SeqNPoint _value)

◆ Nice::Property::ref< Nice::NPoint >()

◆ Nice::Property::ref< Nice::SeqNPoint >()

◆ Nice::Property::set< Nice::NPoint >() [1/2]

◆ Nice::Property::set< Nice::NPoint >() [2/2]

◆ Nice::Property::set< Nice::SeqNPoint >() [1/2]

◆ Nice::Property::set< Nice::SeqNPoint >() [2/2]

◆ Nice::Property::setAttribute< Nice::NPoint >()

template void Nice::Property::setAttribute< Nice::NPoint > ( const std::string &  _key,
const Nice::NPoint ,
const Nice::Date  
)

◆ Nice::Property::setAttribute< Nice::SeqNPoint >()

template void Nice::Property::setAttribute< Nice::SeqNPoint > ( const std::string &  _key,
const Nice::SeqNPoint ,
const Nice::Date  
)

◆ Nice::PropertyFactory::addPropertyFactory< Nice::NPoint >()

template void Nice::PropertyFactory::addPropertyFactory< Nice::NPoint > ( const std::string &  _type)

◆ Nice::PropertyFactory::addPropertyFactory< Nice::SeqNPoint >()

template void Nice::PropertyFactory::addPropertyFactory< Nice::SeqNPoint > ( const std::string &  _type)

◆ Nice::PropertyFoo::cast< Nice::NPoint >()

◆ Nice::PropertyFoo::cast< Nice::SeqNPoint >()

◆ Nice::PropertyFoo::set< Nice::NPoint >()

◆ Nice::PropertyFoo::set< Nice::SeqNPoint >()

Variable Documentation

◆ s_PropertyFactoryTypeMapInitializerNPoint

struct PropertyFactoryTypeMapInitializerNPoint s_PropertyFactoryTypeMapInitializerNPoint

◆ s_PropertyFactoryTypeMapInitializerSeqNPoint

struct PropertyFactoryTypeMapInitializerSeqNPoint s_PropertyFactoryTypeMapInitializerSeqNPoint