{{+bindTo:partials.standard_nacl_api}}

size.h File Reference

{{- dummy div to appease doxygen -}}
Include dependency graph for size.h:

Classes

class  pp::Size
 A size of an object based on width and height. More...

Namespaces

namespace  pp

Functions

bool operator== (const pp::Size &lhs, const pp::Size &rhs)
bool operator!= (const pp::Size &lhs, const pp::Size &rhs)

Detailed Description

This file defines the API to create a size based on width and height.


Function Documentation

bool operator!= ( const pp::Size lhs,
const pp::Size rhs 
) [inline]

This function determines whether two Sizes are not equal.

Parameters:
[in]lhsThe Size on the left-hand side of the equation.
[in]rhsThe Size on the right-hand side of the equation.
Returns:
true if the Size of lhs are equal to the Size of rhs, otherwise false.
bool operator== ( const pp::Size lhs,
const pp::Size rhs 
) [inline]

This function determines whether the width and height values of two sizes are equal.

Parameters:
[in]lhsThe Size on the left-hand side of the equation.
[in]rhsThe Size on the right-hand side of the equation.
Returns:
true if they are equal, false if unequal.
{{/partials.standard_nacl_api}}