Compound List   File List   Compound Members   File Members  

restypedef.cpp File Reference


Compounds

struct CoordStruct

Typedefs

typedef struct CoordStruct Coord

Functions

Coord add (Coord c1,Coord c2)


Detailed Description

An example of resolving typedefs.


Typedef Documentation

typedef struct CoordStruct Coord

Creates a type name for CoordStruct


Function Documentation

Coord add (Coord c1, Coord c2)

This function returns the addition of c1 and c2, i.e: (c1.x+c2.x,c1.y+c2.y)


Generated at Thu Sep 2 10:59:23 1999 for Resolving Typedefs by doxygen  written by Dimitri van Heesch, © 1997-1999