ARGoS  3
A parallel, multi-engine simulator for swarm robotics
argos::SOperationOutcome Struct Reference

Type to use as return value for operation outcome. More...

#include <entity.h>

Public Member Functions

 SOperationOutcome ()
 
 SOperationOutcome (bool b_value)
 
bool operator() () const
 

Public Attributes

bool Value
 

Detailed Description

Type to use as return value for operation outcome.

Definition at line 299 of file entity.h.

Constructor & Destructor Documentation

◆ SOperationOutcome() [1/2]

argos::SOperationOutcome::SOperationOutcome ( )
inline

Definition at line 301 of file entity.h.

◆ SOperationOutcome() [2/2]

argos::SOperationOutcome::SOperationOutcome ( bool  b_value)
inline

Definition at line 302 of file entity.h.

Member Function Documentation

◆ operator()()

bool argos::SOperationOutcome::operator() ( ) const
inline

Definition at line 303 of file entity.h.

Member Data Documentation

◆ Value

bool argos::SOperationOutcome::Value

Definition at line 300 of file entity.h.


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