NullCoder
Pass-through coder class
[Previous] [Main] [Next]


Description
NullCoder is a Coder-derived class that simply passes data through it without modification. It conforms to the Coder base class interface, allowing easy "plug-in" capability during debugging and development of new Coder classes.  
 
The htmlServer class uses NullCoder by default for storage of name/value pairs, effectively disabling encryption, unless a different algorithm is specified using the htmlServer::Crypt() method.  
 
Declaration
#include <dcmicro/htmlpp/coder.h>  
 
Hierarchy
nullcoder.gif  
 
See Also
htmlServer, Coder  
 
Related Constants/Definitions
None.  
 
Constructors
Destructors
Member Methods
Refer to the documentation for the Coder class.  
 


©1998 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.