#include <pine_adapter.hpp>
Definition at line 315 of file pine_adapter.hpp.
◆ iterator
◆ const_iterator
◆ size()
| std::size_t pineforge::source::PlacementTable::size |
( |
| ) |
const |
|
inlinenoexcept |
◆ max_size()
| std::size_t pineforge::source::PlacementTable::max_size |
( |
| ) |
const |
|
inlinenoexcept |
◆ high_water()
| std::uint64_t pineforge::source::PlacementTable::high_water |
( |
| ) |
const |
|
inlinenoexcept |
◆ reserve()
| void pineforge::source::PlacementTable::reserve |
( |
std::size_t | count | ) |
|
|
inline |
◆ clear()
| void pineforge::source::PlacementTable::clear |
( |
| ) |
|
|
inlinenoexcept |
◆ begin() [1/2]
| iterator pineforge::source::PlacementTable::begin |
( |
| ) |
|
|
inlinenoexcept |
◆ end() [1/2]
| iterator pineforge::source::PlacementTable::end |
( |
| ) |
|
|
inlinenoexcept |
◆ begin() [2/2]
◆ end() [2/2]
◆ find() [1/2]
| iterator pineforge::source::PlacementTable::find |
( |
std::uint64_t | incarnation | ) |
|
|
inlinenoexcept |
◆ find() [2/2]
| const_iterator pineforge::source::PlacementTable::find |
( |
std::uint64_t | incarnation | ) |
const |
|
inlinenoexcept |
◆ at() [1/2]
| PlacementSnapshot & pineforge::source::PlacementTable::at |
( |
std::uint64_t | incarnation | ) |
|
|
inline |
◆ at() [2/2]
| const PlacementSnapshot & pineforge::source::PlacementTable::at |
( |
std::uint64_t | incarnation | ) |
const |
|
inline |
◆ try_emplace()
template<class... Args>
| std::pair< iterator, bool > pineforge::source::PlacementTable::try_emplace |
( |
std::uint64_t | incarnation, |
|
|
Args &&... | args ) |
|
inline |
◆ replace()
| void pineforge::source::PlacementTable::replace |
( |
std::uint64_t | incarnation, |
|
|
PlacementSnapshot && | snapshot ) |
|
inline |
◆ command_sequence_for()
| std::uint64_t pineforge::source::PlacementTable::command_sequence_for |
( |
const std::string & | source_id, |
|
|
const std::string & | from_entry ) const |
|
inline |
The documentation for this class was generated from the following file: