|
BDE 4.14.0 Production release
|
#include <bdlb_printadapter.h>
Public Member Functions | |
| PrintAdapter (const TYPE *object, int level=0, int spacesPerLevel=4) | |
| PrintAdapter (const PrintAdapter &)=default | |
| PrintAdapter & | operator= (const PrintAdapter &)=default |
| int | level () const |
Return the level attribute. | |
| const TYPE & | object () const |
| Return a reference to the object referred to by this print adapter. | |
| int | spacesPerLevel () const |
Return the spacesPerLevel attribute. | |
This class provides an object that may be streamed with operator<< to give full control of the indentation format of the streaming.
|
inlineexplicit |
|
default |
|
inline |
|
inline |
|
default |
|
inline |