|
Pepper_56_C++_interfaces
Pepper_56_C++_interfaces
|
Go to the source code of this file.
Classes | |
| class | pp::Size |
| A size of an object based on width and height. More... | |
| class | pp::FloatSize |
| A size of an object based on width and height. More... | |
Namespaces | |
| pp | |
| The C++ interface to the Pepper API. | |
Functions | |
| bool | operator== (const pp::Size &lhs, const pp::Size &rhs) |
| bool | operator!= (const pp::Size &lhs, const pp::Size &rhs) |
| bool | operator== (const pp::FloatSize &lhs, const pp::FloatSize &rhs) |
| bool | operator!= (const pp::FloatSize &lhs, const pp::FloatSize &rhs) |
This file defines the API to create a size based on width and height.
This function determines whether two Sizes are not equal.
| [in] | lhs | The Size on the left-hand side of the equation. |
| [in] | rhs | The Size on the right-hand side of the equation. |
Size of lhs are equal to the Size of rhs, otherwise false.
|
inline |
This function determines whether two FloatSizes are not equal.
| [in] | lhs | The FloatSize on the left-hand side of the equation. |
| [in] | rhs | The FloatSize on the right-hand side of the equation. |
FloatSize of lhs are equal to the FloatSize of rhs, otherwise false. This function determines whether the width and height values of two sizes are equal.
| [in] | lhs | The Size on the left-hand side of the equation. |
| [in] | rhs | The Size on the right-hand side of the equation. |
|
inline |
This function determines whether the width and height values of two sizes are equal.
| [in] | lhs | The FloatSize on the left-hand side of the equation. |
| [in] | rhs | The FloatSize on the right-hand side of the equation. |