ARGoS  3
A parallel, multi-engine simulator for swarm robotics
argos::CGrid< ENTITY >::SCell Struct Reference

#include <grid.h>

List of all members.

Public Member Functions

 SCell ()
void Reset ()

Public Attributes

CSet< ENTITY * > Entities
size_t Timestamp

Detailed Description

template<class ENTITY>
struct argos::CGrid< ENTITY >::SCell

Definition at line 18 of file grid.h.


Constructor & Destructor Documentation

template<class ENTITY>
argos::CGrid< ENTITY >::SCell::SCell ( ) [inline]

Definition at line 22 of file grid.h.


Member Function Documentation

template<class ENTITY>
void argos::CGrid< ENTITY >::SCell::Reset ( ) [inline]

Definition at line 23 of file grid.h.


Member Data Documentation

template<class ENTITY>
CSet<ENTITY*> argos::CGrid< ENTITY >::SCell::Entities

Definition at line 19 of file grid.h.

template<class ENTITY>
size_t argos::CGrid< ENTITY >::SCell::Timestamp

Definition at line 20 of file grid.h.


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