![]() |
Prusa Slicer 2.6.0
|
Collaboration diagram for Slic3r::ToStringIterator:Public Types | |
| using | iterator_category = std::output_iterator_tag |
| using | value_type = void |
| using | difference_type = void |
| using | pointer = void |
| using | reference = void |
Public Member Functions | |
| ToStringIterator (std::string &data) | |
| ToStringIterator & | operator= (const char val) |
| ToStringIterator & | operator* () |
| ToStringIterator & | operator++ () |
| ToStringIterator | operator++ (int) |
Private Attributes | |
| std::string * | m_data |
| using Slic3r::ToStringIterator::iterator_category = std::output_iterator_tag |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References m_data, and Slic3r::next_highest_power_of_2().
Here is the call graph for this function:
|
private |
Referenced by operator=().