ROSE
0.9.6a
|
Renders a column value as a string. More...
#include <SqlDatabase.h>
Public Member Functions | |
virtual | ~Renderer () |
virtual std::string | operator() (const T &value, size_t width) const |
Renders a column value as a string. More... | |
Renders a column value as a string.
This is a base class for user-defined renderers.
Definition at line 506 of file SqlDatabase.h.
|
inlinevirtual |
Definition at line 508 of file SqlDatabase.h.
|
inlinevirtual |
Renders a column value as a string.
The width
is zero when this functor is called while Table::print() is trying to determine the maximum width of a value.
Reimplemented in SqlDatabase::TimeRenderer, and SqlDatabase::AddrRenderer.
Definition at line 512 of file SqlDatabase.h.