OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Public Member Functions | List of all members
LoadAndStoreFlag Class Reference

#include <newmatrc.h>

Inheritance diagram for LoadAndStoreFlag:
ControlWord

Public Member Functions

 LoadAndStoreFlag ()
 
 LoadAndStoreFlag (int i)
 
 LoadAndStoreFlag (LSF lsf)
 
 LoadAndStoreFlag (const ControlWord &cwx)
 
- Public Member Functions inherited from ControlWord
 ControlWord ()
 
 ControlWord (int i)
 
ControlWord operator* (ControlWord i) const
 
void operator*= (ControlWord i)
 
ControlWord operator+ (ControlWord i) const
 
void operator+= (ControlWord i)
 
ControlWord operator- (ControlWord i) const
 
void operator-= (ControlWord i)
 
bool operator>= (ControlWord i) const
 
bool operator<= (ControlWord i) const
 
ControlWord operator^ (ControlWord i) const
 
ControlWord operator~ () const
 
int operator+ () const
 
int operator! () const
 

Additional Inherited Members

- Protected Attributes inherited from ControlWord
int cw
 

Detailed Description

Definition at line 24 of file newmatrc.h.

Constructor & Destructor Documentation

◆ LoadAndStoreFlag() [1/4]

LoadAndStoreFlag::LoadAndStoreFlag ( )
inline

Definition at line 27 of file newmatrc.h.

27 {}

◆ LoadAndStoreFlag() [2/4]

LoadAndStoreFlag::LoadAndStoreFlag ( int  i)
inline

Definition at line 28 of file newmatrc.h.

28 : ControlWord(i) {}
ControlWord()
Definition: controlw.h:14

◆ LoadAndStoreFlag() [3/4]

LoadAndStoreFlag::LoadAndStoreFlag ( LSF  lsf)
inline

Definition at line 29 of file newmatrc.h.

29 : ControlWord(lsf) {}
ControlWord()
Definition: controlw.h:14

◆ LoadAndStoreFlag() [4/4]

LoadAndStoreFlag::LoadAndStoreFlag ( const ControlWord cwx)
inline

Definition at line 30 of file newmatrc.h.

30 : ControlWord(cwx) {}
ControlWord()
Definition: controlw.h:14

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