Go to Overview over all GrAL packages.
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Index of the Utilities Package

Introduction

This package contains various little utilities used in other packages.

Safe file I/O

see file_interactive

Macros for Pre- and Postconditions

see pre-post-conditions.h

Some general traits classes

copy_traits : Make pointers copyable even when its a pointer to a base class. This is needed to use a copy-on-write smart pointer with polymorphic types.

type_name_traits : Get a types name as string. Specialized for the built-in types.

Conversion of arbitrary types to strings

See as-string.h : Uses strstream to achieve that.

Reference counting smart pointer

Borrowed from Scott Meyers book "More Effective C++".

see reference-count.h


Copyright (c) Guntram Berti 1997-2002. See the GrAL Homepage for up-to-date information.

Generated at Tue Feb 26 15:57:02 2002 for Utilities by doxygen 1.2.11-20011104 written by Dimitri van Heesch, © 1997-2000