QMCPACK
SizeLeaf Class Reference
+ Collaboration diagram for SizeLeaf:

Public Member Functions

 SizeLeaf (int s)
 
 SizeLeaf (const SizeLeaf &model)
 
bool operator() (int s) const
 

Private Attributes

int size_m
 

Detailed Description

Definition at line 353 of file OhmmsVector.h.

Constructor & Destructor Documentation

◆ SizeLeaf() [1/2]

SizeLeaf ( int  s)
inline

Definition at line 356 of file OhmmsVector.h.

◆ SizeLeaf() [2/2]

SizeLeaf ( const SizeLeaf model)
inline

Definition at line 357 of file OhmmsVector.h.

357 : size_m(model.size_m) {}

Member Function Documentation

◆ operator()()

bool operator() ( int  s) const
inline

Definition at line 358 of file OhmmsVector.h.

References qmcplusplus::Units::time::s, and SizeLeaf::size_m.

358 { return size_m == s; }

Member Data Documentation

◆ size_m

int size_m
private

Definition at line 361 of file OhmmsVector.h.

Referenced by SizeLeaf::operator()().


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