NetBurner 3.5.6
PDF Version
DiagStrMon Class Reference

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.
 

Detailed Description

Monitor and report string values.

Constructor & Destructor Documentation

◆ DiagStrMon() [1/2]

DiagStrMon::DiagStrMon ( const char * name,
const char * pstr )
inline

Constructor for monitoring C-style string.

Parameters
nameDisplay name for this string in the diagnostic output
pstrPointer to the C-style string to monitor

◆ DiagStrMon() [2/2]

DiagStrMon::DiagStrMon ( const char * name,
NBString & s )
inline

Constructor for monitoring NBString object.

Parameters
nameDisplay name for this string in the diagnostic output
sReference to the NBString object to monitor

The documentation for this class was generated from the following file: