#include <LogTools.h>
Public Member Functions | |
| MapEntry (const _Pair &pair_r) | |
| const _Pair & | pair () const |
Private Attributes | |
| const _Pair *const | _pair |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const MapEntry< _Pair > &obj) |
| MapEntry< _Pair > | mapEntry (const _Pair &pair_r) |
Just because we want a special output format for std::pair used in a std::map. The mapped std::pair is printed as [key] = value.
Definition at line 141 of file LogTools.h.
|
||||||||||
|
Definition at line 144 of file LogTools.h. |
|
|||||||||
|
Definition at line 148 of file LogTools.h. |
|
||||||||||||||||
|
Stream output. Definition at line 157 of file LogTools.h. |
|
||||||||||
|
Convenience function to create MapEntry from std::pair. Definition at line 164 of file LogTools.h. |
|
|||||
|
Definition at line 152 of file LogTools.h. |
1.4.6