QUDA v0.4.0
A library for QCD on GPUs
Public Member Functions | Public Attributes
TuneKey Class Reference

#include <tune_quda.h>

List of all members.

Public Member Functions

 TuneKey ()
 TuneKey (std::string v, std::string n, std::string a=std::string())
 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 11 of file tune_quda.h.


Constructor & Destructor Documentation

TuneKey::TuneKey ( ) [inline]

Definition at line 18 of file tune_quda.h.

TuneKey::TuneKey ( std::string  v,
std::string  n,
std::string  a = std::string() 
) [inline]

Definition at line 19 of file tune_quda.h.

TuneKey::TuneKey ( const TuneKey key) [inline]

Definition at line 21 of file tune_quda.h.


Member Function Documentation

bool TuneKey::operator< ( const TuneKey other) const [inline]

Definition at line 33 of file tune_quda.h.

TuneKey& TuneKey::operator= ( const TuneKey key) [inline]

Definition at line 24 of file tune_quda.h.


Member Data Documentation

std::string TuneKey::aux

Definition at line 16 of file tune_quda.h.

std::string TuneKey::name

Definition at line 15 of file tune_quda.h.

std::string TuneKey::volume

Definition at line 14 of file tune_quda.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines