Main Page   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 Wed Feb 2 07:13:42 2000 for Resolving Typedefs by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999