Kigs Framework  Doc version 0.8
Open source multi purpose Rapid Application Development framework
Public Member Functions | List of all members
AIndexInterval Class Reference

#include <AIndexInterval.h>

Public Member Functions

 AIndexInterval (IntU32 min, IntU32 max)
 
 ~AIndexInterval ()
 
IntU32 GetMin () const
 
void SetMin (IntU32 min)
 
IntU32 GetMax () const
 
void SetMax (IntU32 max)
 
void GetInterval (IntU32 &min, IntU32 &max) const
 
void SetInterval (IntU32 min, IntU32 max)
 

Detailed Description

Class used to store a min and a max index

Constructor & Destructor Documentation

◆ AIndexInterval()

AIndexInterval::AIndexInterval ( IntU32  min,
IntU32  max 
)
inline

Constructor from a min and a max index

◆ ~AIndexInterval()

AIndexInterval::~AIndexInterval ( )

Destructor

Member Function Documentation

◆ GetInterval()

void AIndexInterval::GetInterval ( IntU32 &  min,
IntU32 &  max 
) const
inline

set min and max values in the parameters

◆ GetMax()

IntU32 AIndexInterval::GetMax ( ) const
inline

return the max index

◆ GetMin()

IntU32 AIndexInterval::GetMin ( ) const
inline

return the min index

◆ SetInterval()

void AIndexInterval::SetInterval ( IntU32  min,
IntU32  max 
)
inline

set min and max values from the parameters

◆ SetMax()

void AIndexInterval::SetMax ( IntU32  max)
inline

set the max index

◆ SetMin()

void AIndexInterval::SetMin ( IntU32  min)
inline

set the min index


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