PrevUpHomeNext

Attribute list

#include <oalplus/attrib_list.hpp>

Attribute lists are used mostly for configuration of instances of the Context class. They store a list of attribute / value pairs, finalized by a special value.

using oglplus::AttributeList;
using oglplus::FinishedAttributeList;

PrevUpHomeNext