Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFXJSE_Context::ExecutionResult Struct Reference

#include <cfxjse_context.h>

+ Collaboration diagram for CFXJSE_Context::ExecutionResult:

Public Member Functions

 ExecutionResult ()
 
 ExecutionResult (bool sts, std::unique_ptr< CFXJSE_Value > val)
 
 ExecutionResult (ExecutionResult &&that) noexcept
 
ExecutionResultoperator= (ExecutionResult &&that) noexcept
 
 ~ExecutionResult ()
 

Public Attributes

bool status = false
 
std::unique_ptr< CFXJSE_Valuevalue
 

Detailed Description

Definition at line 27 of file cfxjse_context.h.

Constructor & Destructor Documentation

◆ ExecutionResult() [1/3]

CFXJSE_Context::ExecutionResult::ExecutionResult ( )
default

◆ ExecutionResult() [2/3]

CFXJSE_Context::ExecutionResult::ExecutionResult ( bool sts,
std::unique_ptr< CFXJSE_Value > val )

Definition at line 305 of file cfxjse_context.cpp.

References ExecutionResult(), and status.

Referenced by ExecutionResult().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ExecutionResult() [3/3]

CFXJSE_Context::ExecutionResult::ExecutionResult ( ExecutionResult && that)
defaultnoexcept

◆ ~ExecutionResult()

CFXJSE_Context::ExecutionResult::~ExecutionResult ( )
default

Member Function Documentation

◆ operator=()

CFXJSE_Context::ExecutionResult & CFXJSE_Context::ExecutionResult::operator= ( ExecutionResult && that)
defaultnoexcept

Member Data Documentation

◆ status

bool CFXJSE_Context::ExecutionResult::status = false

Definition at line 34 of file cfxjse_context.h.

Referenced by ExecutionResult(), and CXFA_Node::ExecuteBoolScript().

◆ value

std::unique_ptr<CFXJSE_Value> CFXJSE_Context::ExecutionResult::value

Definition at line 35 of file cfxjse_context.h.


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