Project
Loading...
Searching...
No Matches
o2::test::TriviallyCopyable Class Reference

#include <TestClasses.h>

Public Member Functions

 TriviallyCopyable ()=default
 
 TriviallyCopyable (unsigned x, unsigned y, unsigned secret)
 
bool operator== (const TriviallyCopyable &rhs) const
 

Public Attributes

unsigned mX = 0
 
unsigned mY = 0
 

Detailed Description

Definition at line 20 of file TestClasses.h.

Constructor & Destructor Documentation

◆ TriviallyCopyable() [1/2]

o2::test::TriviallyCopyable::TriviallyCopyable ( )
default

◆ TriviallyCopyable() [2/2]

o2::test::TriviallyCopyable::TriviallyCopyable ( unsigned  x,
unsigned  y,
unsigned  secret 
)
inline

Definition at line 24 of file TestClasses.h.

Member Function Documentation

◆ operator==()

bool o2::test::TriviallyCopyable::operator== ( const TriviallyCopyable rhs) const
inline

Definition at line 29 of file TestClasses.h.

Member Data Documentation

◆ mX

unsigned o2::test::TriviallyCopyable::mX = 0

Definition at line 34 of file TestClasses.h.

◆ mY

unsigned o2::test::TriviallyCopyable::mY = 0

Definition at line 35 of file TestClasses.h.


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