Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

CgiUtils.h File Reference

A collection of utility functions. More...

#include <new>
#include <string>
#include <fstream>
#include "cgicc/CgiDefs.h"

Go to the source code of this file.

Namespaces

namespace  cgicc

Defines

#define _CGIUTILS_H_   1
#define LOGLN(s)
 Output a string to the debugging log, followed by a newline. More...

#define LOG(s)
 Output a string to the debugging log. More...


Detailed Description

A collection of utility functions.

These utility functions are used internally by cgicc to decode posted form data, and to read/write from streams.

Definition in file CgiUtils.h.


Define Documentation

#define LOG  
 

Output a string to the debugging log.

The debugging log is a user-specified ostream.

Parameters:
s  The string to log

Definition at line 64 of file CgiUtils.h.

#define LOGLN  
 

Output a string to the debugging log, followed by a newline.

The debugging log is a user-specified ostream.

Parameters:
s  The string to log

Definition at line 56 of file CgiUtils.h.


GNU cgicc - A C++ class library for writing CGI applications
Copyright © 1996 - 2002 Stephen F. Booth
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front Cover Texts, and with no Back-Cover Texts.
Documentation generated Sun Mar 17 16:40:57 2002 for cgicc by doxygen 1.2.13.1