QUDA  1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
quda::Int2 Struct Reference

Public Member Functions

 Int2 ()
 
 Int2 (int x, int y)
 
bool operator< (const Int2 &a) const
 

Public Attributes

int x
 
int y
 

Detailed Description

Definition at line 237 of file transfer.cpp.

Constructor & Destructor Documentation

◆ Int2() [1/2]

quda::Int2::Int2 ( )
inline

Definition at line 239 of file transfer.cpp.

◆ Int2() [2/2]

quda::Int2::Int2 ( int  x,
int  y 
)
inline

Definition at line 240 of file transfer.cpp.

Member Function Documentation

◆ operator<()

bool quda::Int2::operator< ( const Int2 a) const
inline

Definition at line 242 of file transfer.cpp.

References x, and y.

Member Data Documentation

◆ x

int quda::Int2::x

Definition at line 238 of file transfer.cpp.

Referenced by operator<().

◆ y

int quda::Int2::y

Definition at line 238 of file transfer.cpp.

Referenced by operator<().


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