RowData Class Reference

#include <customdatatype_spreadsheet.h>

Public Member Functions

 RowData ()
 
 RowData (Int32 index)
 
 RowData (Int32 lower, Int32 upper)
 
 RowData (const RowData &src)
 
Bool operator< (const RowData &dst) const
 
Bool operator> (const RowData &dst) const
 
Bool operator<= (const RowData &dst) const
 
Bool operator>= (const RowData &dst) const
 
Bool operator== (const RowData &dst) const
 
RowDataoperator= (const RowData &src)
 

Public Attributes

Int32 m_Lower
 
Int32 m_Upper
 

Constructor & Destructor Documentation

◆ RowData() [1/4]

RowData ( )

◆ RowData() [2/4]

RowData ( Int32  index)

◆ RowData() [3/4]

RowData ( Int32  lower,
Int32  upper 
)

◆ RowData() [4/4]

RowData ( const RowData src)

Member Function Documentation

◆ operator<()

Bool operator< ( const RowData dst) const

◆ operator>()

Bool operator> ( const RowData dst) const

◆ operator<=()

Bool operator<= ( const RowData dst) const

◆ operator>=()

Bool operator>= ( const RowData dst) const

◆ operator==()

Bool operator== ( const RowData dst) const

◆ operator=()

RowData& operator= ( const RowData src)

Member Data Documentation

◆ m_Lower

Int32 m_Lower

◆ m_Upper

Int32 m_Upper