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_display_configuration_policy.cpp, and server_example_window_management.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,2013 Canonical Ltd.
Generated on Tue Mar 24 16:15:19 UTC 2015