C++ Reference
C++ Reference: CP-SAT
Detailed Description
Definition at line 509 of file boolean_problem.pb.h.
Public Types | |
| enum | : int { kLiteralsFieldNumber = 1 } |
Public Member Functions | |
| BooleanAssignment () | |
| virtual | ~BooleanAssignment () |
| BooleanAssignment (const BooleanAssignment &from) | |
| BooleanAssignment (BooleanAssignment &&from) noexcept | |
| BooleanAssignment & | operator= (const BooleanAssignment &from) |
| BooleanAssignment & | operator= (BooleanAssignment &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (BooleanAssignment *other) |
| BooleanAssignment * | New () const final |
| BooleanAssignment * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
| void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | CopyFrom (const BooleanAssignment &from) |
| void | MergeFrom (const BooleanAssignment &from) |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| bool | IsInitialized () const final |
| size_t | ByteSizeLong () const final |
| const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
| ::PROTOBUF_NAMESPACE_ID::uint8 * | _InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
| int | GetCachedSize () const final |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
| int | literals_size () const |
| void | clear_literals () |
| ::PROTOBUF_NAMESPACE_ID::int32 | literals (int index) const |
| void | set_literals (int index, ::PROTOBUF_NAMESPACE_ID::int32 value) |
| void | add_literals (::PROTOBUF_NAMESPACE_ID::int32 value) |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & | literals () const |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * | mutable_literals () |
Static Public Member Functions | |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
| static const BooleanAssignment & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const BooleanAssignment * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
Member Enumeration Documentation
◆ anonymous enum
| anonymous enum : int |
| Enumerator | |
|---|---|
| kLiteralsFieldNumber | |
Definition at line 621 of file boolean_problem.pb.h.
Constructor & Destructor Documentation
◆ BooleanAssignment() [1/3]
◆ ~BooleanAssignment()
|
virtual |
◆ BooleanAssignment() [2/3]
| BooleanAssignment | ( | const BooleanAssignment & | from | ) |
◆ BooleanAssignment() [3/3]
|
inlinenoexcept |
Definition at line 516 of file boolean_problem.pb.h.
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ add_literals()
|
inline |
Definition at line 1327 of file boolean_problem.pb.h.
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_literals()
|
inline |
Definition at line 1310 of file boolean_problem.pb.h.
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
| void CopyFrom | ( | const BooleanAssignment & | from | ) |
◆ default_instance()
|
static |
◆ descriptor()
|
inlinestatic |
Definition at line 541 of file boolean_problem.pb.h.
◆ GetCachedSize()
|
inlinefinal |
Definition at line 588 of file boolean_problem.pb.h.
◆ GetDescriptor()
|
inlinestatic |
Definition at line 544 of file boolean_problem.pb.h.
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
Definition at line 547 of file boolean_problem.pb.h.
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
Definition at line 553 of file boolean_problem.pb.h.
◆ IsInitialized()
|
final |
◆ literals() [1/2]
|
inline |
Definition at line 1336 of file boolean_problem.pb.h.
◆ literals() [2/2]
|
inline |
Definition at line 1316 of file boolean_problem.pb.h.
◆ literals_size()
|
inline |
Definition at line 1307 of file boolean_problem.pb.h.
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
| void MergeFrom | ( | const BooleanAssignment & | from | ) |
◆ mutable_literals()
|
inline |
Definition at line 1345 of file boolean_problem.pb.h.
◆ mutable_unknown_fields()
|
inline |
Definition at line 537 of file boolean_problem.pb.h.
◆ New() [1/2]
|
inlinefinal |
Definition at line 570 of file boolean_problem.pb.h.
◆ New() [2/2]
|
inlinefinal |
Definition at line 574 of file boolean_problem.pb.h.
◆ operator=() [1/2]
|
inlinenoexcept |
Definition at line 525 of file boolean_problem.pb.h.
◆ operator=() [2/2]
|
inline |
Definition at line 521 of file boolean_problem.pb.h.
◆ set_literals()
|
inline |
Definition at line 1320 of file boolean_problem.pb.h.
◆ Swap()
|
inline |
Definition at line 563 of file boolean_problem.pb.h.
◆ unknown_fields()
|
inline |
Definition at line 534 of file boolean_problem.pb.h.
Member Data Documentation
◆ kIndexInFileMessages
|
staticconstexpr |
Definition at line 557 of file boolean_problem.pb.h.
The documentation for this class was generated from the following file: