globjects  1.1.0.2f0c753c8647
Strict OpenGL objects wrapper.

#include <globjects/include/globjects/StateSetting.h>

Public Member Functions

template<typename... Arguments>
 StateSetting (void(*function)(Arguments...), Arguments...arguments)
 
virtual ~StateSetting ()
 
void apply ()
 
StateSettingTypetype ()
 
const StateSettingTypetype () const
 

Protected Member Functions

 StateSetting (std::unique_ptr< AbstractFunctionCall > &&functionCall)
 

Protected Attributes

std::unique_ptr< AbstractFunctionCallm_functionCall
 
StateSettingType m_type
 

Constructor & Destructor Documentation

template<typename... Arguments>
globjects::StateSetting::StateSetting ( void(*)(Arguments...)  function,
Arguments...  arguments 
)
virtual globjects::StateSetting::~StateSetting ( )
virtual
globjects::StateSetting::StateSetting ( std::unique_ptr< AbstractFunctionCall > &&  functionCall)
protected

Member Function Documentation

void globjects::StateSetting::apply ( )
StateSettingType& globjects::StateSetting::type ( )
const StateSettingType& globjects::StateSetting::type ( ) const

Member Data Documentation

std::unique_ptr<AbstractFunctionCall> globjects::StateSetting::m_functionCall
protected
StateSettingType globjects::StateSetting::m_type
protected

The documentation for this class was generated from the following file: