NetBurner 3.5.6
PDF Version |
Monitor and report string values. More...
#include <diagnostics.h>
Inherits DiagItemClass.
Public Member Functions | |
DiagStrMon (const char *name, const char *pstr) | |
Constructor for monitoring C-style string. | |
DiagStrMon (const char *name, NBString &s) | |
Constructor for monitoring NBString object. | |
virtual void | ServeContent (int fd) |
Output the string value to the diagnostic stream. | |
Monitor and report string values.
|
inline |
Constructor for monitoring C-style string.
name | Display name for this string in the diagnostic output |
pstr | Pointer to the C-style string to monitor |
|
inline |