SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::ClassTraitsTest Class Reference

#include <ClassTraits_test.h>

Public Member Functions

 ClassTraitsTest ()
 
virtual ~ClassTraitsTest ()=default
 
bool f (int q, float w)
 
bool f (int q, float w, void *c, bool(ClassTraitsTest::*)(int **, int &&))
 
bool fc (int q, float w) const
 
template<typename T >
void mf (T a)
 
template<typename F , typename ... Args>
auto mfc (F func, Args ...args) -> decltype(f(std::forward< Args >(args)...))
 
virtual void vf (int)
 

Static Public Member Functions

static bool fs (int q, float w)
 

Public Attributes

int i
 
std::reference_wrapper< int > ir
 
int * ip = nullptr
 
std::reference_wrapper< int * > ipr
 
int ** ipp = nullptr
 
const int ci
 
std::reference_wrapper< const int > cir
 
const int * cip = nullptr
 
std::reference_wrapper< const int * > cipr
 
const int ** cipp = nullptr
 
const int const * cicp = nullptr
 
std::reference_wrapper< const int const *const > cicpcr
 
volatile int vi
 

Static Public Attributes

static int si = 500
 

Detailed Description

Definition at line 18 of file ClassTraits_test.h.


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