BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Member Functions
google::protobuf::internal::ReflectionOps Class Reference

#include <reflection_ops.h>

List of all members.

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)

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::FindInitializationErrors ( const Message message,
const string &  prefix,
vector< string > *  errors 
) [static]
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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines