|
Tapkee
|
#include <formatting.hpp>
Public Member Functions | |
| template<typename T > | |
| ValueWrapper (T value) | |
| ValueWrapper () | |
| ValueWrapper (const ValueWrapper &wrapper) | |
| ~ValueWrapper () | |
| std::string | representation () const |
Private Attributes | |
| formatting::internal::ValueWrapperImplementationBase * | implementation_ |
Definition at line 399 of file formatting.hpp.
| ValueWrapper | ( | T | value | ) |
Definition at line 527 of file formatting.hpp.
| ValueWrapper | ( | ) |
Definition at line 532 of file formatting.hpp.
| ValueWrapper | ( | const ValueWrapper & | wrapper | ) |
Definition at line 537 of file formatting.hpp.
| ~ValueWrapper | ( | ) |
Definition at line 542 of file formatting.hpp.
| std::string representation | ( | ) | const |
Definition at line 547 of file formatting.hpp.
|
private |
Definition at line 408 of file formatting.hpp.