#include <Entity.h>
Public Member Functions | |
Entity (const string &s) | |
Entity (IDLEntity &) | |
Entity (string entityId, string entityIdEncrypted, string entityTypeName, string entityVersion, string instanceVersion) | |
bool | operator== (const Entity &) const |
bool | equals (const Entity &) const |
bool | operator!= (const Entity &) const |
bool | isNull () const |
string | toString () const |
string | toXML () const throw (InvalidDataException) |
IDLEntity | toIDLEntity () const |
void | setFromXML (string xml) throw (InvalidArgumentException) |
void | toBin (EndianOSStream &eoss) |
EntityId | getEntityId () const |
string | getEntityIdEncrypted () const |
string | getEntityTypeName () const |
string | getEntityVersion () const |
string | getInstanceVersion () const |
void | setEntityId (EntityId e) |
void | setEntityIdEncrypted (string s) |
void | setEntityTypeName (string s) |
void | setEntityVersion (string s) |
void | setInstanceVersion (string s) |
Static Public Member Functions | |
static Entity | getEntity (StringTokenizer &t) throw (InvalidArgumentException) |
static Entity | fromBin (EndianISStream &eiss) |
Friends | |
ostream & | operator<< (ostream &, const Entity &) |
istream & | operator>> (istream &, Entity &) |
void asdm::Entity::toBin | ( | EndianOSStream & | eoss | ) |
Write the binary representation of this to a EndianOSStream.
static Entity asdm::Entity::fromBin | ( | EndianISStream & | eiss | ) | [static] |