13 #include "boost/functional/hash.hpp"
14 #include "boost/bind.hpp"
45 {
return this == &right || *
this == right ; }
50 {
return *
this == right ; }
55 {
return this != &right && *
this != right ; }
60 {
return *
this != right ; }
79 ( Gaudi::StringKey& result ,
84 result = Gaudi::StringKey ( _result ) ;
107 result.
reserve ( _result.size() ) ;