theCore C++ embedded framework
ecl::point Class Reference

#include </home/travis/build/forGGe/theCore/dev/pcd8544/export/dev/pcd8544.hpp>

Public Member Functions

 point ()
 
 point (int x, int y)
 
int get_x () const
 
int get_y () const
 
void set_x (int x)
 
void set_y (int y)
 

Constructor & Destructor Documentation

◆ point() [1/2]

ecl::point::point ( )
inline

◆ point() [2/2]

ecl::point::point ( int  x,
int  y 
)
inline

Member Function Documentation

◆ get_x()

int ecl::point::get_x ( ) const
inline

◆ get_y()

int ecl::point::get_y ( ) const
inline

◆ set_x()

void ecl::point::set_x ( int  x)
inline

◆ set_y()

void ecl::point::set_y ( int  y)
inline

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