QUDA  v0.5.0
A library for QCD on GPUs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
quda::TuneKey Class Reference

#include <tune_quda.h>

Public Member Functions

 TuneKey ()
 
 TuneKey (std::string v, std::string n, std::string a=std::string("type=default"))
 
 TuneKey (const TuneKey &key)
 
TuneKeyoperator= (const TuneKey &key)
 
bool operator< (const TuneKey &other) const
 

Public Attributes

std::string volume
 
std::string name
 
std::string aux
 

Detailed Description

Definition at line 13 of file tune_quda.h.

Constructor & Destructor Documentation

quda::TuneKey::TuneKey ( )
inline

Definition at line 20 of file tune_quda.h.

quda::TuneKey::TuneKey ( std::string  v,
std::string  n,
std::string  a = std::string("type=default") 
)
inline

Definition at line 21 of file tune_quda.h.

quda::TuneKey::TuneKey ( const TuneKey key)
inline

Definition at line 23 of file tune_quda.h.

Member Function Documentation

bool quda::TuneKey::operator< ( const TuneKey other) const
inline

Definition at line 35 of file tune_quda.h.

TuneKey& quda::TuneKey::operator= ( const TuneKey key)
inline

Definition at line 26 of file tune_quda.h.

Member Data Documentation

std::string quda::TuneKey::aux

Definition at line 18 of file tune_quda.h.

std::string quda::TuneKey::name

Definition at line 17 of file tune_quda.h.

std::string quda::TuneKey::volume

Definition at line 16 of file tune_quda.h.


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