ARC SDK
Public Member Functions

Job description parsing or assembly result. More...

#include <arc/compute/JobDescription.h>

Public Member Functions

 JobDescriptionResult (bool r)
 
 JobDescriptionResult (bool r, const std::string &s)
 
 operator bool (void)
 Get result as bool. More...
 
bool operator! (void)
 Get negated result. More...
 
const std::string & str (void)
 Get explanation of result as string. More...
 

Detailed Description

Job description parsing or assembly result.

This structure holds boolean value and a string. The boolean indicates whether parsing or assembling a job description was succesful, while the string gives an explanation in human readable text.

Member Function Documentation

◆ operator bool()

Arc::JobDescriptionResult::operator bool ( void  )
inline

Get result as bool.

◆ operator!()

bool Arc::JobDescriptionResult::operator! ( void  )
inline

Get negated result.

Python interface deviation
Method is unavailable in Python interface

◆ str()

const std::string& Arc::JobDescriptionResult::str ( void  )
inline

Get explanation of result as string.


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