Main Page | Data Structures | File List | Data Fields | Globals

AInterface Struct Reference

Describe the interface of a program. Only really relevant for libraries. More...

#include <libuau.h>


Data Fields

int major
int minor


Detailed Description

Describe the interface of a program. Only really relevant for libraries.

Definition at line 90 of file libuau.h.


Field Documentation

int AInterface::major
 

Specifies the major interface revision - will only work with other versions of the same major revision.

Definition at line 91 of file libuau.h.

Referenced by luau_copyInterface(), luau_interfaceString(), luau_parseInterface(), luau_parseUpdateFileXML(), and luau_satisfiesInterface().

int AInterface::minor
 

Specifies a "patch" version - is compatible with all packages with lower minor number

Definition at line 92 of file libuau.h.

Referenced by luau_copyInterface(), luau_interfaceString(), luau_parseInterface(), luau_parseUpdateFileXML(), and luau_satisfiesInterface().


The documentation for this struct was generated from the following file:
Generated on Mon Apr 12 22:17:12 2004 for luau by doxygen 1.3.2