Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
Catch::Generators::GeneratorBase Class Reference

#include <catch.hpp>

Inheritance diagram for Catch::Generators::GeneratorBase:

Public Member Functions

 GeneratorBase (size_t size)
 
virtual ~GeneratorBase ()
 
auto size () const -> size_t
 

Protected Attributes

size_t m_size = 0
 

Detailed Description

Definition at line 2988 of file catch.hpp.

Constructor & Destructor Documentation

Catch::Generators::GeneratorBase::GeneratorBase ( size_t  size)
inline

Definition at line 2993 of file catch.hpp.

2993 : m_size( size ) {}
auto size() const -> size_t
Definition: catch.hpp:2995
virtual Catch::Generators::GeneratorBase::~GeneratorBase ( )
virtual

Member Function Documentation

auto Catch::Generators::GeneratorBase::size ( ) const -> size_t
inline

Definition at line 2995 of file catch.hpp.

2995 { return m_size; }

Member Data Documentation

size_t Catch::Generators::GeneratorBase::m_size = 0
protected

Definition at line 2990 of file catch.hpp.


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