
Go to the source code of this file.
| Classes | |
| class | ecl::Void | 
| A void (null) object. | |
| Namespaces | |
| ecl | |
| Typedefs | |
| typedef void(* | ecl::VoidFunction) () | 
| Convenient type definition for empty functions (void pointers).  More... | |
| Functions | |
| OutputStream & | ecl::operator<< (OutputStream &ostream, const Void void_object) | 
| Output stream operator for Void objects.  More... | |