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 352 of file entity.h.

Constructor & Destructor Documentation

◆ SOperationOutcome() [1/2]

argos::SOperationOutcome::SOperationOutcome ( )
inline

Definition at line 354 of file entity.h.

◆ SOperationOutcome() [2/2]

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

Definition at line 355 of file entity.h.

Member Function Documentation

◆ operator()()

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

Definition at line 356 of file entity.h.

Member Data Documentation

◆ Value

bool argos::SOperationOutcome::Value

Definition at line 353 of file entity.h.