BWAPI
Public Types
OperatorTypeDef Struct Reference

#include <OperatorType.h>

Inheritance diagram for OperatorTypeDef:
Inheritance graph
[legend]

List of all members.

Public Types

enum  type { None, Or, And }

Detailed Description

Definition at line 5 of file OperatorType.h.


Member Enumeration Documentation

Enumerator:
None 
Or 
And 

Definition at line 7 of file OperatorType.h.

        {
                None,
                Or,
                And
        };

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