Mir
Public Member Functions | Public Attributes | List of all members
mir::geometry::Point Struct Reference

#include <point.h>

Public Member Functions

 Point ()=default
 
 Point (Point const &)=default
 
Pointoperator= (Point const &)=default
 
template<typename XType , typename YType >
 Point (XType &&x, YType &&y)
 

Public Attributes

X x
 
Y y
 

Detailed Description

Examples:
server_example_canonical_window_manager.cpp, and server_example_tiling_window_manager.cpp.

Constructor & Destructor Documentation

mir::geometry::Point::Point ( )
default
mir::geometry::Point::Point ( Point const &  )
default
template<typename XType , typename YType >
mir::geometry::Point::Point ( XType &&  x,
YType &&  y 
)
inline

Member Function Documentation

Point& mir::geometry::Point::operator= ( Point const &  )
default

Member Data Documentation

X mir::geometry::Point::x
Y mir::geometry::Point::y

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

Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Oct 8 16:20:16 UTC 2015