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

#include <common.h>

Inheritance diagram for tlz::view_index:
[legend]

Public Member Functions

bool is_valid () const
 
 operator bool () const
 
bool is_1d () const
 
bool is_2d () const
 
 view_index (int x_=-1, int y_=-1)
 
- Public Member Functions inherited from tlz::index_2d
 index_2d (int x_=-1, int y_=-1)
 
 index_2d (std::initializer_list< int > lst)
 

Additional Inherited Members

- Public Attributes inherited from tlz::index_2d
int x
 
int y
 

Detailed Description

Definition at line 116 of file common.h.

Constructor & Destructor Documentation

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

Definition at line 123 of file common.h.

Here is the call graph for this function:

Member Function Documentation

bool tlz::view_index::is_1d ( ) const
inline

Definition at line 120 of file common.h.

bool tlz::view_index::is_2d ( ) const
inline

Definition at line 121 of file common.h.

bool tlz::view_index::is_valid ( ) const
inline

Definition at line 117 of file common.h.

tlz::view_index::operator bool ( ) const
inlineexplicit

Definition at line 118 of file common.h.


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