gov::sandia::util::TypeMap Member List

This is the complete list of members for gov::sandia::util::TypeMap, including all inherited members.

cloneData()gov::sandia::util::TypeMap
cloneEmpty()gov::sandia::util::TypeMap
cloneTypeMap() (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap
copyInData(TypeMap *tmSrc,::ccafeopq::TypeMap_shared tmDest) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [private, static]
copyInData(::ccafeopq::TypeMap_shared tmSrc,::ccafeopq::TypeMap_shared tmDest)gov::sandia::util::TypeMap [static]
copyInData(::ccafeopq::TypeMap_shared tmSrc,::ccafeopq::TypeMap_shared tmDest, TypeMapFilter &ignoreKeys)gov::sandia::util::TypeMap [static]
copyInKeys(::ccafeopq::TypeMap_shared tmSrc,::ccafeopq::TypeMap_shared tmDest, TypeMapFilter &srcKeys)gov::sandia::util::TypeMap [static]
copyInKeysTell(::ccafeopq::TypeMap_shared tmSrc,::ccafeopq::TypeMap_shared tmDest, StringVector &destKeys)gov::sandia::util::TypeMap [static]
createTypeMap() (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [static]
dump(::ccafeopq::TypeMap_shared t) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [static]
getAllKeys(enum::ccafeopq::Type t)gov::sandia::util::TypeMap
getBool(const ::std::string &key, bool defaultValue)gov::sandia::util::TypeMap [virtual]
getBoolArray(const ::std::string &key,::std::vector< bool > &defaultValue)gov::sandia::util::TypeMap
getDcomplex(const ::std::string &key,::std::complex< double > defaultValue)gov::sandia::util::TypeMap
getDcomplexArray(const ::std::string &key,::std::vector< ::std::complex< double > > &defaultValue)gov::sandia::util::TypeMap
getDouble(const ::std::string &key, double defaultValue)gov::sandia::util::TypeMap [virtual]
getDoubleArray(const ::std::string &key,::std::vector< double > &defaultValue)gov::sandia::util::TypeMap
getFcomplex(const ::std::string &key,::std::complex< float > defaultValue)gov::sandia::util::TypeMap
getFcomplexArray(const ::std::string &key,::std::vector< ::std::complex< float > > &defaultValue)gov::sandia::util::TypeMap
getFloat(const ::std::string &key, float defaultValue)gov::sandia::util::TypeMap [virtual]
getFloatArray(const ::std::string &key,::std::vector< float > &defaultValue)gov::sandia::util::TypeMap
getInt(const ::std::string &key, int32_t defaultValue)gov::sandia::util::TypeMap [virtual]
getIntArray(const ::std::string &key,::std::vector< int32_t > &defaultValue)gov::sandia::util::TypeMap
getLong(const ::std::string &key, int64_t defaultValue)gov::sandia::util::TypeMap [virtual]
getLongArray(const ::std::string &key,::std::vector< int64_t > &defaultValue)gov::sandia::util::TypeMap
getLongArray(const ::std::string &key,::std::vector< long int > &defaultValue) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap
getString(const ::std::string &key,::std::string defaultValue)gov::sandia::util::TypeMap
getStringArray(const ::std::string &key,::std::vector< ::std::string > &defaultValue)gov::sandia::util::TypeMap
hasKey(const ::std::string &key)gov::sandia::util::TypeMap [virtual]
m (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [private]
pi2typemap(::ccafeopq::PortInfo *pi,::ccafeopq::TypeMap_shared tm) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [static]
props2newtypemap(char **properties) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [static]
props2stringmap(char **properties) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [static]
props2typemap(char **properties,::ccafeopq::TypeMap_shared tm)gov::sandia::util::TypeMap [static]
putBool(const ::std::string &key, bool value)gov::sandia::util::TypeMap [virtual]
putBoolArray(const ::std::string &key, bool *value, int length)gov::sandia::util::TypeMap [virtual]
putBoolArray(const ::std::string &key,::std::vector< bool > &value)gov::sandia::util::TypeMap [virtual]
putDcomplex(const ::std::string &key,::std::complex< double > value)gov::sandia::util::TypeMap [virtual]
putDcomplexArray(const ::std::string &key,::std::complex< double > *value, int length)gov::sandia::util::TypeMap [virtual]
putDcomplexArray(const ::std::string &key,::std::vector< ::std::complex< double > > &value)gov::sandia::util::TypeMap [virtual]
putDouble(const ::std::string &key, double value)gov::sandia::util::TypeMap [virtual]
putDoubleArray(const ::std::string &key, double *value, int length)gov::sandia::util::TypeMap [virtual]
putDoubleArray(const ::std::string &key,::std::vector< double > &value)gov::sandia::util::TypeMap [virtual]
putFcomplex(const ::std::string &key,::std::complex< float > value)gov::sandia::util::TypeMap [virtual]
putFcomplexArray(const ::std::string &key,::std::complex< float > *value, int length)gov::sandia::util::TypeMap [virtual]
putFcomplexArray(const ::std::string &key,::std::vector< ::std::complex< float > > &value)gov::sandia::util::TypeMap [virtual]
putFloat(const ::std::string &key, float value)gov::sandia::util::TypeMap [virtual]
putFloatArray(const ::std::string &key, float *value, int length)gov::sandia::util::TypeMap [virtual]
putFloatArray(const ::std::string &key,::std::vector< float > &value)gov::sandia::util::TypeMap [virtual]
putInt(const ::std::string &key, int32_t value)gov::sandia::util::TypeMap [virtual]
putIntArray(const ::std::string &key, int32_t *value, int length)gov::sandia::util::TypeMap [virtual]
putIntArray(const ::std::string &key,::std::vector< int32_t > &value)gov::sandia::util::TypeMap [virtual]
putLong(const ::std::string &key, int64_t value)gov::sandia::util::TypeMap [virtual]
putLongArray(const ::std::string &key, int64_t *value, int length)gov::sandia::util::TypeMap [virtual]
putLongArray(const ::std::string &key,::std::vector< int64_t > &value)gov::sandia::util::TypeMap [virtual]
putLongArray(const ::std::string &key,::std::vector< long int > &value) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [virtual]
putString(const ::std::string &key, const ::std::string &value)gov::sandia::util::TypeMap [virtual]
putStringArray(const ::std::string &key,::std::vector< ::std::string > &value)gov::sandia::util::TypeMap [virtual]
putValueByStrings(::ccafeopq::TypeMap_shared t, const ::std::string &key, const ::std::string &valType, const ::std::string &val) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [static]
remove(const ::std::string &key)gov::sandia::util::TypeMap [virtual]
stringmap2newtypemap(const StringMap &stringmap)gov::sandia::util::TypeMap [static]
stringmap2typemap(const StringMap &stringmap,::ccafeopq::TypeMap_shared tm)gov::sandia::util::TypeMap [static]
stringType(::ccafeopq::TypeMap_shared t, const ::std::string &key) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [static]
stringValue(::ccafeopq::TypeMap_shared t, const ::std::string &key) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [static]
typeFromString(const ::std::string &typeName) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [static]
TypeMap() (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap
typemap2props(::ccafeopq::TypeMap_shared tm) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap
typemap2stringmap(::ccafeopq::TypeMap_shared tm) (defined in gov::sandia::util::TypeMap)gov::sandia::util::TypeMap [static]
typeOf(const ::std::string &key)gov::sandia::util::TypeMap [virtual]
~TypeMap()gov::sandia::util::TypeMap [virtual]


Generated on Tue Apr 28 03:13:00 2009 for CCAFFEINE by  doxygen 1.5.5