![]() |
OR-Tools
9.6
|
Go to the source code of this file.
Namespaces | |
| operations_research | |
| Collection of objects used to extend the Constraint Solver library. | |
| google::protobuf | |
Macros | |
| #define | ABSL_LOG_INTERNAL_CONDITION_DFATAL ABSL_LOG_INTERNAL_CONDITION_ERROR |
| #define | kLogDebugFatal LogSeverity::kError |
| #define | kDebugFatal kError |
Enumerations | |
| enum | LogSeverity { GLOG_INFO = static_cast<int>(absl::LogSeverity::kInfo) , GLOG_WARNING = static_cast<int>(absl::LogSeverity::kWarning) , GLOG_ERROR = static_cast<int>(absl::LogSeverity::kError) , GLOG_FATAL = static_cast<int>(absl::LogSeverity::kFatal) } |
Functions | |
| ABSL_DECLARE_FLAG (bool, logtostderr) | |
| ABSL_DECLARE_FLAG (int, stderrthreshold) | |
| void | FixFlagsAndEnvironmentForSwig () |
| template<typename Sink > | |
| void | AbslStringify (Sink &sink, const Message &msg) |
| #define ABSL_LOG_INTERNAL_CONDITION_DFATAL ABSL_LOG_INTERNAL_CONDITION_ERROR |
Definition at line 17 of file base/logging.h.
| #define kDebugFatal kError |
Definition at line 19 of file base/logging.h.
| #define kLogDebugFatal LogSeverity::kError |
Definition at line 18 of file base/logging.h.
| ABSL_DECLARE_FLAG | ( | bool | , |
| logtostderr | |||
| ) |
| ABSL_DECLARE_FLAG | ( | int | , |
| stderrthreshold | |||
| ) |