Public Member Functions | |
| auto | operator() (const std::string &str) const noexcept -> std::string |
| Tempfile & | operator= (const Tempfile &)=delete |
| Tempfile & | operator= (Tempfile &&)=delete |
| Tempfile () | |
| Tempfile (const Tempfile &)=delete | |
| Tempfile (Tempfile &&)=delete | |
| ~Tempfile () | |
Private Attributes | |
| std::string | path_ |
Definition at line 14 of file test_routing_visualization.cpp.
|
inline |
Definition at line 16 of file test_routing_visualization.cpp.
|
delete |
|
delete |
|
inline |
Definition at line 28 of file test_routing_visualization.cpp.
|
inlinenoexcept |
Definition at line 30 of file test_routing_visualization.cpp.
|
private |
Definition at line 33 of file test_routing_visualization.cpp.