licornea_tools
Public Member Functions | Public Attributes | List of all members
tlz::index_2d Struct Reference

#include <common.h>

Inheritance diagram for tlz::index_2d:
[legend]

Public Member Functions

 index_2d (int x_=-1, int y_=-1)
 
 index_2d (std::initializer_list< int > lst)
 

Public Attributes

int x
 
int y
 

Detailed Description

Definition at line 88 of file common.h.

Constructor & Destructor Documentation

tlz::index_2d::index_2d ( int  x_ = -1,
int  y_ = -1 
)
inlineexplicit

Definition at line 92 of file common.h.

tlz::index_2d::index_2d ( std::initializer_list< int >  lst)
inline

Definition at line 93 of file common.h.

Member Data Documentation

int tlz::index_2d::x

Definition at line 89 of file common.h.

int tlz::index_2d::y

Definition at line 90 of file common.h.


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