DotNet Reference
.Net Reference
OptionalBoolean.pb.cs File Reference
Go to the source code of this file.
Classes | |
class | OptionalBooleanReflection |
Holder for reflection information generated from ortools/util/optional_boolean.proto More... | |
Namespaces | |
namespace | |
namespace | Google.OrTools |
namespace | Google.OrTools.Util |
Typedefs | |
using | pb = global::Google.Protobuf |
using | pbc = global::Google.Protobuf.Collections |
using | pbr = global::Google.Protobuf.Reflection |
using | scg = global::System.Collections.Generic |
Enumerations | |
enum | OptionalBoolean { BoolUnspecified = 0, BoolFalse = 2, BoolTrue = 3 } |
A "three-way" boolean: unspecified, false or true. More... | |
Typedef Documentation
◆ pb
using pb = global.Google.Protobuf |
Definition at line 8 of file OptionalBoolean.pb.cs.
◆ pbc
using pbc = global.Google.Protobuf.Collections |
Definition at line 9 of file OptionalBoolean.pb.cs.
◆ pbr
using pbr = global.Google.Protobuf.Reflection |
Definition at line 10 of file OptionalBoolean.pb.cs.
◆ scg
using scg = global.System.Collections.Generic |
Definition at line 11 of file OptionalBoolean.pb.cs.