TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::internal::ReflectionOps Class Reference

#include <reflection_ops.h>

Static Public Member Functions

static void Copy (const Message &from, Message *to)
 
static void Merge (const Message &from, Message *to)
 
static void Clear (Message *message)
 
static bool IsInitialized (const Message &message)
 
static void DiscardUnknownFields (Message *message)
 
static void FindInitializationErrors (const Message &message, const string &prefix, vector< string > *errors)
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (ReflectionOps)
 

Member Function Documentation

static void google::protobuf::internal::ReflectionOps::Clear ( Message message)
static
static void google::protobuf::internal::ReflectionOps::Copy ( const Message from,
Message to 
)
static
static void google::protobuf::internal::ReflectionOps::DiscardUnknownFields ( Message message)
static
static void google::protobuf::internal::ReflectionOps::FindInitializationErrors ( const Message message,
const string &  prefix,
vector< string > *  errors 
)
static
google::protobuf::internal::ReflectionOps::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( ReflectionOps  )
private
static bool google::protobuf::internal::ReflectionOps::IsInitialized ( const Message message)
static
static void google::protobuf::internal::ReflectionOps::Merge ( const Message from,
Message to 
)
static

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