Definition at line 107 of file element_storage.h.
#include <element_storage.h>
◆ ElementStorage()
| operations_research::math_opt::ElementStorage::ElementStorage |
( |
| ) |
|
|
inline |
◆ Add()
| int64_t operations_research::math_opt::ElementStorage::Add |
( |
const absl::string_view | name | ) |
|
|
inline |
◆ AllIds()
| std::vector< int64_t > operations_research::math_opt::ElementStorage::AllIds |
( |
| ) |
const |
◆ EnsureNextIdAtLeast()
| void operations_research::math_opt::ElementStorage::EnsureNextIdAtLeast |
( |
const int64_t | id | ) |
|
|
inline |
◆ Erase()
| bool operations_research::math_opt::ElementStorage::Erase |
( |
const int64_t | id | ) |
|
|
inline |
◆ Exists()
| bool operations_research::math_opt::ElementStorage::Exists |
( |
const int64_t | id | ) |
const |
|
inline |
◆ GetName()
| absl::StatusOr< absl::string_view > operations_research::math_opt::ElementStorage::GetName |
( |
const int64_t | id | ) |
const |
|
inline |
◆ next_id()
| int64_t operations_research::math_opt::ElementStorage::next_id |
( |
| ) |
const |
|
inline |
◆ size()
| int64_t operations_research::math_opt::ElementStorage::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: