FreeFOAM The Cross-Platform CFD Toolkit
nil Class Reference

A zero-sized class without any storage. Used, for example, in HashSet. More...

#include <OpenFOAM/nil.H>


Detailed Description

A zero-sized class without any storage. Used, for example, in HashSet.

Note:
A zero-sized class actually does still require at least 1 byte storage.

Definition at line 59 of file nil.H.

List of all members.

Public Member Functions

 nil ()
 Construct null.
 nil (Istream &)
 Construct from Istream.

Friends

Istreamoperator>> (Istream &is, nil &)
Ostreamoperator<< (Ostream &os, const nil &)

Constructor & Destructor Documentation

nil ( )
inline

Construct null.

Definition at line 67 of file nil.H.

nil ( Istream )
inline

Construct from Istream.

Definition at line 71 of file nil.H.


Friends And Related Function Documentation

Istream& operator>> ( Istream is,
nil  
)
friend

Definition at line 77 of file nil.H.

Ostream& operator<< ( Ostream os,
const nil  
)
friend

Definition at line 82 of file nil.H.


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