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 Sun Nov 7 15:43:24 1999 for Resolving Typedefs by doxygen 0.49-991106 written by Dimitri van Heesch, © 1997-1999