ZIO
Python and C++ interface to ZeroMQ and Zyre
Public Member Functions | Public Attributes | List of all members
zio::PrefixHeader Struct Reference

#include <message.hpp>

Public Member Functions

std::string dumps () const
 
bool loads (const std::string &s)
 

Public Attributes

level::MessageLevel level {level::undefined}
 
std::string form {" "}
 
std::string label {""}
 

Detailed Description

Definition at line 26 of file message.hpp.

Member Function Documentation

◆ dumps()

std::string zio::PrefixHeader::dumps ( ) const

Definition at line 20 of file message.cpp.

◆ loads()

bool zio::PrefixHeader::loads ( const std::string &  s)

Definition at line 31 of file message.cpp.

Member Data Documentation

◆ form

std::string zio::PrefixHeader::form {" "}

Definition at line 28 of file message.hpp.

◆ label

std::string zio::PrefixHeader::label {""}

Definition at line 29 of file message.hpp.

◆ level

level::MessageLevel zio::PrefixHeader::level {level::undefined}

Definition at line 27 of file message.hpp.


The documentation for this struct was generated from the following files: