BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
google::protobuf::compiler::SourceLocationTable Class Reference

#include <parser.h>

List of all members.

Public Member Functions

 SourceLocationTable ()
 ~SourceLocationTable ()
bool Find (const Message *descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, int *line, int *column) const
void Add (const Message *descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, int line, int column)
void Clear ()

Constructor & Destructor Documentation


Member Function Documentation

void google::protobuf::compiler::SourceLocationTable::Add ( const Message descriptor,
DescriptorPool::ErrorCollector::ErrorLocation  location,
int  line,
int  column 
)
bool google::protobuf::compiler::SourceLocationTable::Find ( const Message descriptor,
DescriptorPool::ErrorCollector::ErrorLocation  location,
int *  line,
int *  column 
) const

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