Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

EasySoap::SOAPEntity Struct Reference

The structure corresponding to an entity. More...

#include <soap_structures.h>

List of all members.

Public Methods

 SOAPEntity ()
 SOAPEntity (DALT_Server::Entity &e)
DALT_Server::EntitycreateEntity ()
bool operator== (const SOAPEntity &other) const
bool operator!= (const SOAPEntity &other) const

Public Attributes

int entity_id
SOAPString entity_type
SOAPArray<int> coordinates


Detailed Description

The structure corresponding to an entity.

A null entity is represented by an id of 0 and/or an empty type. The server will generate the entity ids starting with 1


Constructor & Destructor Documentation

EasySoap::SOAPEntity::SOAPEntity ( ) [inline]
 

EasySoap::SOAPEntity::SOAPEntity ( DALT_Server::Entity & e ) [inline]
 

Parameters:
e  


Member Function Documentation

DALT_Server::Entity * EasySoap::SOAPEntity::createEntity ( ) [inline]
 

bool EasySoap::SOAPEntity::operator!= ( const SOAPEntity & other ) const [inline]
 

Parameters:
other  

bool EasySoap::SOAPEntity::operator== ( const SOAPEntity & other ) const [inline]
 

Parameters:
other  


Member Data Documentation

SOAPArray< int > EasySoap::SOAPEntity::coordinates<int>
 

int EasySoap::SOAPEntity::entity_id
 

SOAPString EasySoap::SOAPEntity::entity_type
 


The documentation for this struct was generated from the following file:
Generated at Thu Jan 31 15:22:44 2002 for DALT Server by doxygen1.2.8 written by Dimitri van Heesch, © 1997-2001