WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
func_result.h File Reference
#include "webcface-config.h"
#include <optional>
#include <string>
#include <future>
#include <memory>
#include <stdexcept>
#include "field.h"
#include "webcface/common/val_adaptor.h"
#include "webcface/c_wcf/def_types.h"
Include dependency graph for func_result.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FuncNotFound
 Funcの実行ができなかった場合発生する例外 More...
 
class  Promise
 非同期で実行した関数の実行結果を取得するインタフェース。 More...
 
class  CallHandle
 呼び出された関数の引数の取得と戻り値のセットをするインタフェース More...
 

Namespaces

namespace  webcface
 
namespace  webcface::internal
 

Typedefs

using AsyncFuncResult = Promise
 
using FuncCallHandle = CallHandle