PrevUpHomeNext

Chapter 5. Quick reference

Table of Contents

Introduction
Strings
Error reporting and handling
Basic exception class
Object creation methods
Operation kinds
OALplus objects
Tags
Name
Gen/Delete operations
Type specific operations
Object
Optional
Reference
Sequence
Group
Attribute list
Devices
Context
Buffers
Sources
Listener
Context attribute
Data format
Distance model
Source state
Source type
String query
AL Utility Toolkit
Math utilities
Angles
Vectors
Boolean

This quick reference describes the public API of the OALplus library. The implementation details, i.e. parts of of OALplus not listed in this reference should not be used by the library users and are subject to change without any prior notice.

Unless stated otherwise, all OALplus definitions are made inside of the top-level oalplus namespace or in namespaces nested inside of namespace oalplus.

The namespace-definition opening,

namespace oalplus {

and closing,

} // namespace oalplus

statements are assumed, but omitted for the sake of brevity from this reference.


PrevUpHomeNext