Public Member Functions | |
bool | operator!= (const Point2D &other) const |
bool | operator!= (const Point2D &p) const |
bool | operator== (const Point2D &other) const |
bool | operator== (const Point2D &p) const |
Public Attributes | |
int | x = 0 |
int | y = 0 |
The goal of this tutorial is to show all the possible ways that we can define the default value of a port, i.e. the value that it should have if not specified in the XML
Definition at line 11 of file t12_default_ports.cpp.
|
inline |
Definition at line 335 of file gtest_ports.cpp.
|
inline |
Definition at line 19 of file t12_default_ports.cpp.
|
inline |
Definition at line 331 of file gtest_ports.cpp.
|
inline |
Definition at line 15 of file t12_default_ports.cpp.
int Point2D::x = 0 |
Definition at line 13 of file t12_default_ports.cpp.
int Point2D::y = 0 |
Definition at line 14 of file t12_default_ports.cpp.