X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingRefCountObject.hxx;h=b0fb54ce1c639821b524782b87efafed864760f6;hb=e7835cba1eb17f50ef4e130c2cb8d0f54bc25083;hp=5130f1a2f00f8eb3b5c205d5eb06a186d2ba6b60;hpb=e69d39395db60a1edc0caad7a76c769f1b34628d;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingRefCountObject.hxx b/src/MEDCoupling/MEDCouplingRefCountObject.hxx index 5130f1a2f..b0fb54ce1 100644 --- a/src/MEDCoupling/MEDCouplingRefCountObject.hxx +++ b/src/MEDCoupling/MEDCouplingRefCountObject.hxx @@ -64,7 +64,8 @@ namespace MEDCoupling MEDCOUPLING_EXPORT int MEDCouplingSizeOfVoidStar(); MEDCOUPLING_EXPORT bool MEDCouplingByteOrder(); MEDCOUPLING_EXPORT const char *MEDCouplingByteOrderStr(); - + MEDCOUPLING_EXPORT bool IsCXX11Compiled(); + class BigMemoryObject { public: @@ -114,8 +115,8 @@ namespace MEDCoupling MEDCOUPLING_EXPORT std::vector keys() const; MEDCOUPLING_EXPORT void erase(const std::string& key); MEDCOUPLING_EXPORT void clear(); - MEDCOUPLING_EXPORT void setKeyValue(const std::string& key, const std::string& value); - MEDCOUPLING_EXPORT void setKeyValueForce(const std::string& key, const std::string& value); + MEDCOUPLING_EXPORT void setKeyValue(const std::string& key, const std::string& val); + MEDCOUPLING_EXPORT void setKeyValueForce(const std::string& key, const std::string& val); MEDCOUPLING_EXPORT std::string printSelf() const; private: GlobalDict() { }