Running Manager  1.7
API for Running Manager (https://github.com/HWiman-ICONIC/running-manager)
Classes | Typedefs
D:/dev/running-manager/Section.h File Reference
#include <Defines.h>
#include <boost/shared_ptr.hpp>
#include <wx/datetime.h>
#include <list>

Go to the source code of this file.

Classes

struct  SectionBase
 Base class for a section. More...
 
struct  SectionGroup
 A collection of sections, e.g. multiple repetitions of interval/pause. More...
 
struct  SectionDistance
 A section defined by a distance. More...
 
struct  SectionTime
 A section defined by a time/duration. More...
 

Typedefs

typedef boost::shared_ptr< SectionBaseSectionPtr
 Smart pointer to a section. More...
 

Typedef Documentation

◆ SectionPtr

typedef boost::shared_ptr<SectionBase> SectionPtr

Smart pointer to a section.