![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Namespaces | |
| namespace | internal |
Classes | |
| class | ProtoEnumIterator |
| class | EnumeratedProtoEnumView |
Functions | |
| template<typename E> | |
| bool | operator== (const ProtoEnumIterator< E > &a, const ProtoEnumIterator< E > &b) |
| template<typename E> | |
| bool | operator!= (const ProtoEnumIterator< E > &a, const ProtoEnumIterator< E > &b) |
| template<typename E> | |
| EnumeratedProtoEnumView< E > | EnumerateEnumValues () |
| EnumeratedProtoEnumView< E > google::protobuf::contrib::utils::EnumerateEnumValues | ( | ) |
Definition at line 125 of file proto_enum_utils.h.
| bool google::protobuf::contrib::utils::operator!= | ( | const ProtoEnumIterator< E > & | a, |
| const ProtoEnumIterator< E > & | b ) |
Definition at line 105 of file proto_enum_utils.h.
| bool google::protobuf::contrib::utils::operator== | ( | const ProtoEnumIterator< E > & | a, |
| const ProtoEnumIterator< E > & | b ) |
Definition at line 100 of file proto_enum_utils.h.