PhoenixSwarm  3.5.0
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< DaemonStat > ()
 Get the name of the class DaemonStat 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< 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 1327 of file Representation.cpp.

1327 {
1328 return "DaemonConfig";
1329}

◆ phoenix_getTypeName< DaemonStat >()

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

Get the name of the class DaemonStat for PhoenixTypeStream.

Returns
name of the class DaemonStat for PhoenixTypeStream

Definition at line 825 of file Representation.cpp.

825 {
826 return "DaemonStat";
827}

◆ 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 1224 of file Representation.cpp.

1224 {
1225 return "DaemonStatAccumulator";
1226}

◆ 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 14 of file Representation.cpp.

14 {
15 return "Data";
16}

◆ 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 166 of file Representation.cpp.

166 {
167 return "Function";
168}

◆ 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 317 of file Representation.cpp.

317 {
318 return "Message";
319}

◆ 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 952 of file Representation.cpp.

952 {
953 return "StatAccumulator";
954}

◆ 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 538 of file Representation.cpp.

538 {
539 return "VecStat";
540}