A library for working with phylogenetic and population genetic data.
v0.27.0
SvgDefinitions Class Reference

#include <genesis/utils/formats/svg/definitions.hpp>

Detailed Description

Definition at line 47 of file definitions.hpp.

Public Member Functions

 SvgDefinitions (SvgDefinitions &&)=default
 
 SvgDefinitions (SvgDefinitions const &other)
 
template<typename T >
 SvgDefinitions (T const &object)
 
 ~SvgDefinitions ()=default
 
SvgDefinitionsoperator= (SvgDefinitions other)
 
void write (std::ostream &out, size_t indent=0) const
 

Public Types

using self_type = SvgDefinitions
 

Constructor & Destructor Documentation

◆ SvgDefinitions() [1/3]

SvgDefinitions ( T const &  object)
inline

Definition at line 62 of file definitions.hpp.

◆ SvgDefinitions() [2/3]

SvgDefinitions ( SvgDefinitions const &  other)
inline

Definition at line 66 of file definitions.hpp.

◆ SvgDefinitions() [3/3]

SvgDefinitions ( SvgDefinitions &&  )
default

◆ ~SvgDefinitions()

~SvgDefinitions ( )
default

Member Function Documentation

◆ operator=()

SvgDefinitions& operator= ( SvgDefinitions  other)
inline

Definition at line 72 of file definitions.hpp.

◆ write()

void write ( std::ostream &  out,
size_t  indent = 0 
) const
inline

Definition at line 87 of file definitions.hpp.

Member Typedef Documentation

◆ self_type

Definition at line 55 of file definitions.hpp.


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