TwiceAsNice  2019-02-18
Classes | Functions | Variables
ShortTypes.nice.cc File Reference
#include <string>
#include <Nice/Property/Joint.hh>
#include <Nice/Property/Property.hh>
#include <Nice/Property/Factory.hh>
#include <Nice/Property/BridgeIce.hh>
#include <Nice/BuiltinSequences.h>
#include <Nice/Property/Unsigned.h>
Include dependency graph for ShortTypes.nice.cc:

Classes

struct  PropertyFactoryTypeMapInitializerShort
 
struct  PropertyFactoryTypeMapInitializerU16
 
struct  PropertyFactoryTypeMapInitializerSeqShort
 
struct  PropertyFactoryTypeMapInitializerSeqSeqShort
 
struct  PropertyFactoryTypeMapInitializerSeqU16
 
struct  PropertyFactoryTypeMapInitializerSeqSeqU16
 

Functions

template void Nice::Joint::set< Nice::I16 > (const Nice::I16 &_value, const Nice::Date &)
 
template void Nice::Joint::set< Nice::U16 > (const Nice::U16 &_value, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqShort > (const Nice::SeqShort &_value, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqSeqShort > (const Nice::SeqSeqShort &_value, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqU16 > (const Nice::SeqU16 &_value, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqSeqU16 > (const Nice::SeqSeqU16 &_value, const Nice::Date &)
 
template void Nice::Joint::set< Nice::I16 > (const Nice::I16 &_value, Nice::I64 _setterId, const Nice::Date &)
 
template void Nice::Joint::set< Nice::U16 > (const Nice::U16 &_value, Nice::I64 _setterId, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqShort > (const Nice::SeqShort &_value, Nice::I64 _setterId, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqSeqShort > (const Nice::SeqSeqShort &_value, Nice::I64 _setterId, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqU16 > (const Nice::SeqU16 &_value, Nice::I64 _setterId, const Nice::Date &)
 
template void Nice::Joint::set< Nice::SeqSeqU16 > (const Nice::SeqSeqU16 &_value, Nice::I64 _setterId, const Nice::Date &)
 
template Nice::I16 Nice::Joint::get< Nice::I16 > ()
 
template Nice::U16 Nice::Joint::get< Nice::U16 > ()
 
template Nice::SeqShort Nice::Joint::get< Nice::SeqShort > ()
 
template Nice::SeqSeqShort Nice::Joint::get< Nice::SeqSeqShort > ()
 
template Nice::SeqU16 Nice::Joint::get< Nice::SeqU16 > ()
 
template Nice::SeqSeqU16 Nice::Joint::get< Nice::SeqSeqU16 > ()
 
template Nice::I16 Nice::Joint::getAtNode< Nice::I16 > (const std::string &_node)
 
template Nice::U16 Nice::Joint::getAtNode< Nice::U16 > (const std::string &_node)
 
template Nice::SeqShort Nice::Joint::getAtNode< Nice::SeqShort > (const std::string &_node)
 
template Nice::SeqSeqShort Nice::Joint::getAtNode< Nice::SeqSeqShort > (const std::string &_node)
 
template Nice::SeqU16 Nice::Joint::getAtNode< Nice::SeqU16 > (const std::string &_node)
 
template Nice::SeqSeqU16 Nice::Joint::getAtNode< Nice::SeqSeqU16 > (const std::string &_node)
 
template Nice::I16 Nice::Joint::getWithDefault< Nice::I16 > (const Nice::I16 &_default)
 
template Nice::U16 Nice::Joint::getWithDefault< Nice::U16 > (const Nice::U16 &_default)
 
template Nice::SeqShort Nice::Joint::getWithDefault< Nice::SeqShort > (const Nice::SeqShort &_default)
 
template Nice::SeqSeqShort Nice::Joint::getWithDefault< Nice::SeqSeqShort > (const Nice::SeqSeqShort &_default)
 
template Nice::SeqU16 Nice::Joint::getWithDefault< Nice::SeqU16 > (const Nice::SeqU16 &_default)
 
template Nice::SeqSeqU16 Nice::Joint::getWithDefault< Nice::SeqSeqU16 > (const Nice::SeqSeqU16 &_default)
 
template void Nice::Joint::operator=<Nice::I16 > (const Nice::I16 &_leaf)
 
template void Nice::Joint::operator=<Nice::U16 > (const Nice::U16 &_leaf)
 
template void Nice::Joint::operator=<Nice::SeqShort > (const Nice::SeqShort &_leaf)
 
template void Nice::Joint::operator=<Nice::SeqSeqShort > (const Nice::SeqSeqShort &_leaf)
 
template void Nice::Joint::operator=<Nice::SeqU16 > (const Nice::SeqU16 &_leaf)
 
template void Nice::Joint::operator=<Nice::SeqSeqU16 > (const Nice::SeqSeqU16 &_leaf)
 
template Nice::I16 Nice::castFromString< Nice::I16 > (const std::string &_s)
 
template Nice::U16 Nice::castFromString< Nice::U16 > (const std::string &_s)
 
template Nice::SeqShort Nice::castFromString< Nice::SeqShort > (const std::string &_s)
 
template Nice::SeqSeqShort Nice::castFromString< Nice::SeqSeqShort > (const std::string &_s)
 
template Nice::SeqU16 Nice::castFromString< Nice::SeqU16 > (const std::string &_s)
 
template Nice::SeqSeqU16 Nice::castFromString< Nice::SeqSeqU16 > (const std::string &_s)
 
template std::string Nice::castToString< Nice::I16 > (const Nice::I16 &_t)
 
template std::string Nice::castToString< Nice::U16 > (const Nice::U16 &_t)
 
template std::string Nice::castToString< Nice::SeqShort > (const Nice::SeqShort &_t)
 
template std::string Nice::castToString< Nice::SeqSeqShort > (const Nice::SeqSeqShort &_t)
 
template std::string Nice::castToString< Nice::SeqU16 > (const Nice::SeqU16 &_t)
 
template std::string Nice::castToString< Nice::SeqSeqU16 > (const Nice::SeqSeqU16 &_t)
 
template Nice::I16 Nice::PropertyFoo::cast< Nice::I16 > ()
 
template Nice::U16 Nice::PropertyFoo::cast< Nice::U16 > ()
 
template Nice::SeqShort Nice::PropertyFoo::cast< Nice::SeqShort > ()
 
template Nice::SeqSeqShort Nice::PropertyFoo::cast< Nice::SeqSeqShort > ()
 
template Nice::SeqU16 Nice::PropertyFoo::cast< Nice::SeqU16 > ()
 
template Nice::SeqSeqU16 Nice::PropertyFoo::cast< Nice::SeqSeqU16 > ()
 
template void Nice::PropertyFoo::set< Nice::I16 > (const Nice::I16 &_v)
 
template void Nice::PropertyFoo::set< Nice::U16 > (const Nice::U16 &_v)
 
template void Nice::PropertyFoo::set< Nice::SeqShort > (const Nice::SeqShort &_v)
 
template void Nice::PropertyFoo::set< Nice::SeqSeqShort > (const Nice::SeqSeqShort &_v)
 
template void Nice::PropertyFoo::set< Nice::SeqU16 > (const Nice::SeqU16 &_v)
 
template void Nice::PropertyFoo::set< Nice::SeqSeqU16 > (const Nice::SeqSeqU16 &_v)
 
template bool Nice::Property::operator==<Nice::I16 > (const Nice::I16 &_value)
 
template bool Nice::Property::operator==<Nice::U16 > (const Nice::U16 &_value)
 
template bool Nice::Property::operator==<Nice::SeqShort > (const Nice::SeqShort &_value)
 
template bool Nice::Property::operator==<Nice::SeqSeqShort > (const Nice::SeqSeqShort &_value)
 
template bool Nice::Property::operator==<Nice::SeqU16 > (const Nice::SeqU16 &_value)
 
template bool Nice::Property::operator==<Nice::SeqSeqU16 > (const Nice::SeqSeqU16 &_value)
 
template Nice::PropertyNice::Property::operator=<Nice::I16 > (const Nice::I16 &_v)
 
template Nice::PropertyNice::Property::operator=<Nice::U16 > (const Nice::U16 &_v)
 
template Nice::PropertyNice::Property::operator=<Nice::SeqShort > (const Nice::SeqShort &_v)
 
template Nice::PropertyNice::Property::operator=<Nice::SeqSeqShort > (const Nice::SeqSeqShort &_v)
 
template Nice::PropertyNice::Property::operator=<Nice::SeqU16 > (const Nice::SeqU16 &_v)
 
template Nice::PropertyNice::Property::operator=<Nice::SeqSeqU16 > (const Nice::SeqSeqU16 &_v)
 
template Nice::CompletionState Nice::Property::set< Nice::I16 > (const Nice::I16 &_v, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::U16 > (const Nice::U16 &_v, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqShort > (const Nice::SeqShort &_v, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqSeqShort > (const Nice::SeqSeqShort &_v, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqU16 > (const Nice::SeqU16 &_v, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqSeqU16 > (const Nice::SeqSeqU16 &_v, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::I16 > (const Nice::I16 &_v, Nice::I64, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::U16 > (const Nice::U16 &_v, Nice::I64, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqShort > (const Nice::SeqShort &_v, Nice::I64, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqSeqShort > (const Nice::SeqSeqShort &_v, Nice::I64, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqU16 > (const Nice::SeqU16 &_v, Nice::I64, const Nice::Date &)
 
template Nice::CompletionState Nice::Property::set< Nice::SeqSeqU16 > (const Nice::SeqSeqU16 &_v, Nice::I64, const Nice::Date &)
 
template Nice::I16 Nice::Property::get< Nice::I16 > () const
 
template Nice::U16 Nice::Property::get< Nice::U16 > () const
 
template Nice::SeqShort Nice::Property::get< Nice::SeqShort > () const
 
template Nice::SeqSeqShort Nice::Property::get< Nice::SeqSeqShort > () const
 
template Nice::SeqU16 Nice::Property::get< Nice::SeqU16 > () const
 
template Nice::SeqSeqU16 Nice::Property::get< Nice::SeqSeqU16 > () const
 
template Nice::I16Nice::Property::ref< Nice::I16 > ()
 
template Nice::U16Nice::Property::ref< Nice::U16 > ()
 
template Nice::SeqShortNice::Property::ref< Nice::SeqShort > ()
 
template Nice::SeqSeqShortNice::Property::ref< Nice::SeqSeqShort > ()
 
template Nice::SeqU16Nice::Property::ref< Nice::SeqU16 > ()
 
template Nice::SeqSeqU16Nice::Property::ref< Nice::SeqSeqU16 > ()
 
template bool Nice::Property::isType< Nice::I16 > ()
 
template bool Nice::Property::isType< Nice::U16 > ()
 
template bool Nice::Property::isType< Nice::SeqShort > ()
 
template bool Nice::Property::isType< Nice::SeqSeqShort > ()
 
template bool Nice::Property::isType< Nice::SeqU16 > ()
 
template bool Nice::Property::isType< Nice::SeqSeqU16 > ()
 
template void Nice::Property::setAttribute< Nice::I16 > (const std::string &_key, const Nice::I16 &, const Nice::Date &)
 
template void Nice::Property::setAttribute< Nice::U16 > (const std::string &_key, const Nice::U16 &, const Nice::Date &)
 
template void Nice::Property::setAttribute< Nice::SeqShort > (const std::string &_key, const Nice::SeqShort &, const Nice::Date &)
 
template void Nice::Property::setAttribute< Nice::SeqSeqShort > (const std::string &_key, const Nice::SeqSeqShort &, const Nice::Date &)
 
template void Nice::Property::setAttribute< Nice::SeqU16 > (const std::string &_key, const Nice::SeqU16 &, const Nice::Date &)
 
template void Nice::Property::setAttribute< Nice::SeqSeqU16 > (const std::string &_key, const Nice::SeqSeqU16 &, const Nice::Date &)
 
template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::I16 > (const std::string &_key, const Nice::I16 &, const Nice::Date &)
 
template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::U16 > (const std::string &_key, const Nice::U16 &, const Nice::Date &)
 
template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::SeqShort > (const std::string &_key, const Nice::SeqShort &, const Nice::Date &)
 
template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::SeqSeqShort > (const std::string &_key, const Nice::SeqSeqShort &, const Nice::Date &)
 
template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::SeqU16 > (const std::string &_key, const Nice::SeqU16 &, const Nice::Date &)
 
template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::SeqSeqU16 > (const std::string &_key, const Nice::SeqSeqU16 &, const Nice::Date &)
 
template Nice::I16 Nice::Property::getAttributeWithDefault< Nice::I16 > (const std::string &_key, const Nice::I16 &_attr, const Nice::Date &)
 
template Nice::U16 Nice::Property::getAttributeWithDefault< Nice::U16 > (const std::string &_key, const Nice::U16 &_attr, const Nice::Date &)
 
template Nice::SeqShort Nice::Property::getAttributeWithDefault< Nice::SeqShort > (const std::string &_key, const Nice::SeqShort &_attr, const Nice::Date &)
 
template Nice::SeqSeqShort Nice::Property::getAttributeWithDefault< Nice::SeqSeqShort > (const std::string &_key, const Nice::SeqSeqShort &_attr, const Nice::Date &)
 
template Nice::SeqU16 Nice::Property::getAttributeWithDefault< Nice::SeqU16 > (const std::string &_key, const Nice::SeqU16 &_attr, const Nice::Date &)
 
template Nice::SeqSeqU16 Nice::Property::getAttributeWithDefault< Nice::SeqSeqU16 > (const std::string &_key, const Nice::SeqSeqU16 &_attr, const Nice::Date &)
 
template Nice::I16 Nice::Property::getAttribute< Nice::I16 > (const std::string &_key)
 
template Nice::U16 Nice::Property::getAttribute< Nice::U16 > (const std::string &_key)
 
template Nice::SeqShort Nice::Property::getAttribute< Nice::SeqShort > (const std::string &_key)
 
template Nice::SeqSeqShort Nice::Property::getAttribute< Nice::SeqSeqShort > (const std::string &_key)
 
template Nice::SeqU16 Nice::Property::getAttribute< Nice::SeqU16 > (const std::string &_key)
 
template Nice::SeqSeqU16 Nice::Property::getAttribute< Nice::SeqSeqU16 > (const std::string &_key)
 
template void Nice::PropertyFactory::addPropertyFactory< Nice::I16 > (const std::string &_type)
 
template void Nice::PropertyFactory::addPropertyFactory< Nice::U16 > (const std::string &_type)
 
template void Nice::PropertyFactory::addPropertyFactory< Nice::SeqShort > (const std::string &_type)
 
template void Nice::PropertyFactory::addPropertyFactory< Nice::SeqSeqShort > (const std::string &_type)
 
template void Nice::PropertyFactory::addPropertyFactory< Nice::SeqU16 > (const std::string &_type)
 
template void Nice::PropertyFactory::addPropertyFactory< Nice::SeqSeqU16 > (const std::string &_type)
 

Variables

struct PropertyFactoryTypeMapInitializerShort s_PropertyFactoryTypeMapInitializerShort
 
struct PropertyFactoryTypeMapInitializerU16 s_PropertyFactoryTypeMapInitializerU16
 
struct PropertyFactoryTypeMapInitializerSeqShort s_PropertyFactoryTypeMapInitializerSeqShort
 
struct PropertyFactoryTypeMapInitializerSeqSeqShort s_PropertyFactoryTypeMapInitializerSeqSeqShort
 
struct PropertyFactoryTypeMapInitializerSeqU16 s_PropertyFactoryTypeMapInitializerSeqU16
 
struct PropertyFactoryTypeMapInitializerSeqSeqU16 s_PropertyFactoryTypeMapInitializerSeqSeqU16
 

Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::I16 > ( const std::string &  _key,
const Nice::I16 ,
const Nice::Date  
)

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

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

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

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

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

template Nice::PropertyPtr Nice::Property::applyAttribute< Nice::U16 > ( const std::string &  _key,
const Nice::U16 ,
const Nice::Date  
)

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

template Nice::I16 Nice::Property::get< Nice::I16 > ( ) const

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

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

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

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

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

template Nice::U16 Nice::Property::get< Nice::U16 > ( ) const

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

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

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

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

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

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

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

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

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

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

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

template Nice::I16 Nice::Property::getAttributeWithDefault< Nice::I16 > ( const std::string &  _key,
const Nice::I16 _attr,
const Nice::Date  
)

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

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

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

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

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

template Nice::U16 Nice::Property::getAttributeWithDefault< Nice::U16 > ( const std::string &  _key,
const Nice::U16 _attr,
const Nice::Date  
)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

template void Nice::PropertyFoo::set< Nice::I16 > ( const Nice::I16 _v)

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

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

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

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

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

template void Nice::PropertyFoo::set< Nice::U16 > ( const Nice::U16 _v)

Variable Documentation

◆ s_PropertyFactoryTypeMapInitializerSeqSeqShort

struct PropertyFactoryTypeMapInitializerSeqSeqShort s_PropertyFactoryTypeMapInitializerSeqSeqShort

◆ s_PropertyFactoryTypeMapInitializerSeqSeqU16

struct PropertyFactoryTypeMapInitializerSeqSeqU16 s_PropertyFactoryTypeMapInitializerSeqSeqU16

◆ s_PropertyFactoryTypeMapInitializerSeqShort

struct PropertyFactoryTypeMapInitializerSeqShort s_PropertyFactoryTypeMapInitializerSeqShort

◆ s_PropertyFactoryTypeMapInitializerSeqU16

struct PropertyFactoryTypeMapInitializerSeqU16 s_PropertyFactoryTypeMapInitializerSeqU16

◆ s_PropertyFactoryTypeMapInitializerShort

struct PropertyFactoryTypeMapInitializerShort s_PropertyFactoryTypeMapInitializerShort

◆ s_PropertyFactoryTypeMapInitializerU16

struct PropertyFactoryTypeMapInitializerU16 s_PropertyFactoryTypeMapInitializerU16