PhoenixSwarm  5.1.1
Library to ease communication between daemons
Loading...
Searching...
No Matches
Representation.cpp File Reference
#include "Representation.h"
+ Include dependency graph for Representation.cpp:

Go to the source code of this file.

Functions

template<>
std::string phoenix_getTypeName< DaemonConfig > ()
 Get the name of the class DaemonConfig for PhoenixTypeStream.
 
template<>
std::string phoenix_getTypeName< DaemonStatAccumulator > ()
 Get the name of the class DaemonStatAccumulator for PhoenixTypeStream.
 
template<>
std::string phoenix_getTypeName< Data > ()
 Get the name of the class Data for PhoenixTypeStream.
 
template<>
std::string phoenix_getTypeName< Function > ()
 Get the name of the class Function for PhoenixTypeStream.
 
template<>
std::string phoenix_getTypeName< Message > ()
 Get the name of the class Message for PhoenixTypeStream.
 
template<>
std::string phoenix_getTypeName< Stat > ()
 Get the name of the class Stat for PhoenixTypeStream.
 
template<>
std::string phoenix_getTypeName< StatAccumulator > ()
 Get the name of the class StatAccumulator for PhoenixTypeStream.
 
template<>
std::string phoenix_getTypeName< VecStat > ()
 Get the name of the class VecStat for PhoenixTypeStream.
 

Function Documentation

◆ phoenix_getTypeName< DaemonConfig >()

template<>
std::string phoenix_getTypeName< DaemonConfig > ( )

Get the name of the class DaemonConfig for PhoenixTypeStream.

Returns
name of the class DaemonConfig for PhoenixTypeStream

Definition at line 1329 of file Representation.cpp.

1329 {
1330 return "DaemonConfig";
1331}

◆ phoenix_getTypeName< DaemonStatAccumulator >()

template<>
std::string phoenix_getTypeName< DaemonStatAccumulator > ( )

Get the name of the class DaemonStatAccumulator for PhoenixTypeStream.

Returns
name of the class DaemonStatAccumulator for PhoenixTypeStream

Definition at line 1226 of file Representation.cpp.

1226 {
1227 return "DaemonStatAccumulator";
1228}

◆ phoenix_getTypeName< Data >()

template<>
std::string phoenix_getTypeName< Data > ( )

Get the name of the class Data for PhoenixTypeStream.

Returns
name of the class Data for PhoenixTypeStream

Definition at line 16 of file Representation.cpp.

16 {
17 return "Data";
18}

◆ phoenix_getTypeName< Function >()

template<>
std::string phoenix_getTypeName< Function > ( )

Get the name of the class Function for PhoenixTypeStream.

Returns
name of the class Function for PhoenixTypeStream

Definition at line 168 of file Representation.cpp.

168 {
169 return "Function";
170}

◆ phoenix_getTypeName< Message >()

template<>
std::string phoenix_getTypeName< Message > ( )

Get the name of the class Message for PhoenixTypeStream.

Returns
name of the class Message for PhoenixTypeStream

Definition at line 319 of file Representation.cpp.

319 {
320 return "Message";
321}

◆ phoenix_getTypeName< Stat >()

template<>
std::string phoenix_getTypeName< Stat > ( )

Get the name of the class Stat for PhoenixTypeStream.

Returns
name of the class Stat for PhoenixTypeStream

Definition at line 827 of file Representation.cpp.

827 {
828 return "Stat";
829}

◆ phoenix_getTypeName< StatAccumulator >()

template<>
std::string phoenix_getTypeName< StatAccumulator > ( )

Get the name of the class StatAccumulator for PhoenixTypeStream.

Returns
name of the class StatAccumulator for PhoenixTypeStream

Definition at line 954 of file Representation.cpp.

954 {
955 return "StatAccumulator";
956}

◆ phoenix_getTypeName< VecStat >()

template<>
std::string phoenix_getTypeName< VecStat > ( )

Get the name of the class VecStat for PhoenixTypeStream.

Returns
name of the class VecStat for PhoenixTypeStream

Definition at line 540 of file Representation.cpp.

540 {
541 return "VecStat";
542}