PrevUpHomeNext

Object creation methods

#include <oalplus/object/wrapper.hpp>

OALplus distinguishes the object construction methods as listed above at compile-time by using the following tag types:

namespace tag {

struct Generate; 1

} // namespace tag

1

Indicates that a alGen* function should be used.


PrevUpHomeNext