foobar2000 SDK  2015-01-14
Public Member Functions | Private Attributes
sse_control

#include <other.h>

+ Inheritance diagram for sse_control:

Public Member Functions

 sse_control (unsigned p_mask, unsigned p_val)
 
 ~sse_control ()
 

Private Attributes

unsigned m_mask
 
unsigned m_oldval
 

Detailed Description

Definition at line 57 of file other.h.

Constructor & Destructor Documentation

sse_control::sse_control ( unsigned  p_mask,
unsigned  p_val 
)
inline

Definition at line 59 of file other.h.

59  : m_mask(p_mask) {
60  __control87_2(p_val,p_mask,NULL,&m_oldval);
61  }
unsigned m_oldval
Definition: other.h:66
unsigned m_mask
Definition: other.h:66
sse_control::~sse_control ( )
inline

Definition at line 62 of file other.h.

62  {
63  __control87_2(m_oldval,m_mask,NULL,&m_oldval);
64  }
unsigned m_oldval
Definition: other.h:66
unsigned m_mask
Definition: other.h:66

Field Documentation

unsigned sse_control::m_mask
private

Definition at line 66 of file other.h.

unsigned sse_control::m_oldval
private

Definition at line 66 of file other.h.


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