Aria  2.8.0
ArRetFunctor1< Ret, P1 > Class Template Referenceabstract

Base class for functors with a return value with 1 parameter. More...

#include <ArFunctor.h>

Inherits ArRetFunctor< Ret >.

Inherited by ArConstRetFunctor1C< Ret, T, P1 >, ArGlobalRetFunctor1< Ret, P1 >, ArRetFunctor1C< Ret, T, P1 >, and ArRetFunctor2< Ret, P1, P2 >.

Public Member Functions

virtual Ret invokeR (void)=0
 Invokes the functor with return value.
 
virtual Ret invokeR (P1 p1)=0
 Invokes the functor with return value. More...
 
virtual ~ArRetFunctor1 ()
 Destructor.
 
- Public Member Functions inherited from ArRetFunctor< Ret >
virtual void invoke (void)
 Invokes the functor.
 
virtual ~ArRetFunctor ()
 Destructor.
 
- Public Member Functions inherited from ArFunctor
virtual const char * getName (void)
 Gets the name of the functor.
 
virtual void setName (const char *name)
 Sets the name of the functor.
 
virtual void setNameVar (const char *name,...)
 Sets the name of the functor with formatting. More...
 
virtual ~ArFunctor ()
 Destructor.
 

Additional Inherited Members

- Protected Attributes inherited from ArFunctor
std::string myName
 

Detailed Description

template<class Ret, class P1>
class ArRetFunctor1< Ret, P1 >

Base class for functors with a return value with 1 parameter.

This is the base class for functors with a return value and take 1 parameter. Code that has a reference to a functor that returns a value and takes 1 parameter should use this class name. This allows the code to know how to invoke the functor without knowing which class the member function is in.

For an overall description of functors, see ArFunctor.

Member Function Documentation

◆ invokeR()

template<class Ret, class P1>
virtual Ret ArRetFunctor1< Ret, P1 >::invokeR ( P1  p1)
pure virtual

Invokes the functor with return value.

Parameters
p1first parameter

Implemented in ArConstRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >, ArConstRetFunctor4C< Ret, T, P1, P2, P3, P4 >, ArConstRetFunctor3C< Ret, T, P1, P2, P3 >, ArConstRetFunctor2C< Ret, T, P1, P2 >, ArConstRetFunctor1C< Ret, T, P1 >, ArRetFunctor5C< Ret, T, P1, P2, P3, P4, P5 >, ArRetFunctor4C< Ret, T, P1, P2, P3, P4 >, ArRetFunctor3C< Ret, T, P1, P2, P3 >, ArRetFunctor3C< int, ArRobot, ArTime, ArPose *, ArPoseWithTime *>, ArRetFunctor3C< bool, ArConfig, ArArgumentBuilder *, char *, size_t >, ArRetFunctor2C< Ret, T, P1, P2 >, ArRetFunctor2C< bool, ArMap, char *, size_t >, ArRetFunctor2C< bool, ArDataLogger, char *, size_t >, ArRetFunctor2C< bool, ArSpeechSynth, const char *, const char *>, ArRetFunctor1C< Ret, T, P1 >, ArRetFunctor1C< bool, ArLMS2xx, ArRobotPacket *>, ArRetFunctor1C< bool, GyroTask, ArRobotPacket *>, ArRetFunctor1C< bool, ArIrrfDevice, ArRobotPacket *>, ArRetFunctor1C< bool, ArMapInfo, ArArgumentBuilder *>, ArRetFunctor1C< void *, ArASyncTask, void *>, ArRetFunctor1C< bool, ArGripper, ArRobotPacket *>, ArRetFunctor1C< bool, ArMTXIO, ArTypes::UByte4 *>, ArRetFunctor1C< bool, ArRobot, ArRobotPacket *>, ArRetFunctor1C< bool, ArRobotConfigPacketReader, ArRobotPacket *>, ArRetFunctor1C< bool, ArP2Arm, ArRobotPacket *>, ArRetFunctor1C< bool, ArSimulatedLaser, ArRobotPacket *>, ArRetFunctor1C< bool, ArTCMCompassRobot, ArRobotPacket *>, ArRetFunctor1C< bool, ArMapScan, ArArgumentBuilder *>, ArRetFunctor1C< bool, ArActionRobotJoydrive, ArRobotPacket *>, ArRetFunctor1C< bool, ArSimulatedGPS, ArRobotPacket *>, ArRetFunctor1C< bool, ArRobotBatteryPacketReader, ArRobotPacket *>, ArRetFunctor1C< bool, ArRobotParams, ArArgumentBuilder *>, ArRetFunctor1C< bool, ArMapObjects, ArArgumentBuilder *>, ArRetFunctor1C< void *, ArRangeDeviceThreaded, void *>, ArRetFunctor1C< bool, ArRobotJoyHandler, ArRobotPacket *>, ArRetFunctor1C< bool, ArMapSimple, ArArgumentBuilder *>, ArRetFunctor1C< double, ArAnalogGyro, ArPoseWithTime >, ArRetFunctor1C< bool, ArAnalogGyro, ArRobotPacket *>, ArRetFunctor1C< bool, ArLaserLogger, ArRobotPacket *>, ArRetFunctor1C< bool, ArMapSupplement, ArArgumentBuilder *>, ArRetFunctor1C< bool, ArPTZ, ArRobotPacket *>, ArGlobalRetFunctor5< Ret, P1, P2, P3, P4, P5 >, ArGlobalRetFunctor4< Ret, P1, P2, P3, P4 >, ArGlobalRetFunctor3< Ret, P1, P2, P3 >, ArGlobalRetFunctor3< ArDeviceConnection *, const char *, const char *, const char *>, ArGlobalRetFunctor2< Ret, P1, P2 >, ArGlobalRetFunctor2< ArBatteryMTX *, int, const char *>, ArGlobalRetFunctor2< ArLaser *, int, const char *>, ArGlobalRetFunctor2< ArLCDMTX *, int, const char *>, ArGlobalRetFunctor2< ArSonarMTX *, int, const char *>, ArGlobalRetFunctor2< bool, const char *, const char *>, ArGlobalRetFunctor1< Ret, P1 >, ArRetFunctor5< Ret, P1, P2, P3, P4, P5 >, ArRetFunctor4< Ret, P1, P2, P3, P4 >, ArRetFunctor3< Ret, P1, P2, P3 >, ArRetFunctor3< bool, ArArgumentBuilder *, char *, size_t >, ArRetFunctor3< int, ArTime, ArPose *, ArPoseWithTime * >, ArRetFunctor3< ArDeviceConnection *, const char *, const char *, const char * >, ArRetFunctor2< Ret, P1, P2 >, ArRetFunctor2< bool, ArArgumentBuilder *, char * >, ArRetFunctor2< ArSonarMTX *, int, const char * >, ArRetFunctor2< ArDeviceConnection *, const char *, const char * >, ArRetFunctor2< bool, ArTypes::Byte2 *, int >, ArRetFunctor2< int, ArTime, ArPose * >, ArRetFunctor2< bool, char *, size_t >, ArRetFunctor2< ArLaser *, int, const char * >, ArRetFunctor2< ArLCDMTX *, int, const char * >, ArRetFunctor2< ArBatteryMTX *, int, const char * >, and ArRetFunctor2< bool, const char *, const char * >.


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