SPH
Public Member Functions | List of all members
Group Class Reference

#include <Session.h>

Public Member Functions

 Group ()=default
 
 Group (const std::string &name)
 
const std::string & getName () const
 
void addBenchmark (const SharedPtr< Unit > &benchmark)
 
auto begin () const
 
auto end () const
 
Size size () const
 

Detailed Description

Definition at line 147 of file Session.h.

Constructor & Destructor Documentation

◆ Group() [1/2]

Group::Group ( )
default

◆ Group() [2/2]

Group::Group ( const std::string &  name)
inline

Definition at line 155 of file Session.h.

Member Function Documentation

◆ addBenchmark()

void Group::addBenchmark ( const SharedPtr< Unit > &  benchmark)
inline

Definition at line 162 of file Session.h.

◆ begin()

auto Group::begin ( ) const
inline

Definition at line 166 of file Session.h.

◆ end()

auto Group::end ( ) const
inline

Definition at line 170 of file Session.h.

◆ getName()

const std::string& Group::getName ( ) const
inline

Definition at line 158 of file Session.h.

◆ size()

Size Group::size ( ) const
inline

Definition at line 174 of file Session.h.


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