TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::hash< Key > Struct Template Reference

#include <hash.h>

Public Member Functions

int operator() (const Key &key)
 
bool operator() (const Key &a, const Key &b) const
 
int operator() (const Key &key)
 
bool operator() (const Key &a, const Key &b) const
 

Member Function Documentation

template<typename Key >
int google::protobuf::hash< Key >::operator() ( const Key &  key)
inline
65  {
66  GOOGLE_LOG(FATAL) << "Should never be called.";
67  return 0;
68  }
#define GOOGLE_LOG(LEVEL)
Definition: common.h:706
template<typename Key >
int google::protobuf::hash< Key >::operator() ( const Key &  key)
inline
65  {
66  GOOGLE_LOG(FATAL) << "Should never be called.";
67  return 0;
68  }
#define GOOGLE_LOG(LEVEL)
Definition: common.h:706
template<typename Key >
bool google::protobuf::hash< Key >::operator() ( const Key &  a,
const Key &  b 
) const
inline
70  {
71  return a < b;
72  }
template<typename Key >
bool google::protobuf::hash< Key >::operator() ( const Key &  a,
const Key &  b 
) const
inline
70  {
71  return a < b;
72  }

The documentation for this struct was generated from the following file: