RegistryEntry Struct Reference
#include <protocol.h>
Public Member Functions | |
RegistryEntry () | |
RegistryEntry (const string &name, const string &type) | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
Public Attributes | |
string | service_name |
string | service_type |
Detailed Description
Definition at line 43 of file registry/protocol.h.
Constructor & Destructor Documentation
RegistryEntry::RegistryEntry | ( | ) | [inline] |
Definition at line 47 of file registry/protocol.h.
RegistryEntry::RegistryEntry | ( | const string & | name, |
const string & | type | ||
) | [inline] |
Definition at line 49 of file registry/protocol.h.
Member Function Documentation
template<class Archive >
void RegistryEntry::serialize | ( | Archive & | ar, |
const unsigned | int | ||
) | [inline] |
Definition at line 54 of file registry/protocol.h.
References service_name, and service_type.
Member Data Documentation
Definition at line 44 of file registry/protocol.h.
Referenced by serialize().
Definition at line 45 of file registry/protocol.h.
Referenced by serialize().
The documentation for this struct was generated from the following file:
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.