Windows C++ Library
Public Member Functions
CSize Class Reference

#include <Size.hpp>

List of all members.

Public Member Functions

 CSize ()
 CSize (int iWidth, int iHeight)
void Set (int iWidth, int iHeight)
bool operator== (const CSize &rRHS) const
bool operator!= (const CSize &rRHS) const

Constructor & Destructor Documentation

CSize::CSize ( ) [inline]
CSize::CSize ( int  iWidth,
int  iHeight 
) [inline]

Member Function Documentation

void CSize::Set ( int  iWidth,
int  iHeight 
) [inline]
bool CSize::operator== ( const CSize rRHS) const [inline]
bool CSize::operator!= ( const CSize rRHS) const [inline]

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