BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
google::protobuf::DescriptorPool::ErrorCollector Class Reference

#include <descriptor.h>

Inheritance diagram for google::protobuf::DescriptorPool::ErrorCollector:
Inheritance graph
[legend]

List of all members.

Public Types

enum  ErrorLocation {
  NAME, NUMBER, TYPE, EXTENDEE,
  DEFAULT_VALUE, INPUT_TYPE, OUTPUT_TYPE, OPTION_NAME,
  OPTION_VALUE, OTHER
}

Public Member Functions

 ErrorCollector ()
virtual ~ErrorCollector ()
virtual void AddError (const string &filename, const string &element_name, const Message *descriptor, ErrorLocation location, const string &message)=0

Member Enumeration Documentation

Enumerator:
NAME 
NUMBER 
TYPE 
EXTENDEE 
DEFAULT_VALUE 
INPUT_TYPE 
OUTPUT_TYPE 
OPTION_NAME 
OPTION_VALUE 
OTHER 

Constructor & Destructor Documentation


Member Function Documentation

virtual void google::protobuf::DescriptorPool::ErrorCollector::AddError ( const string &  filename,
const string &  element_name,
const Message descriptor,
ErrorLocation  location,
const string &  message 
) [pure virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines