#include <dart_args.h>
Public Member Functions | |
| DartArgIterator (Dart_NativeArguments args, int start_index=1) | |
| template<typename T > | |
| T | GetNext () |
| bool | had_exception () const |
| Dart_NativeArguments | args () const |
Definition at line 19 of file dart_args.h.
|
inlineexplicit |
Definition at line 21 of file dart_args.h.
|
inline |
Definition at line 39 of file dart_args.h.
Referenced by tonic::DartDispatcher< IndicesHolder< indices... >, ResultType(*)(ArgTypes...)>::Dispatch(), tonic::DartDispatcher< IndicesHolder< indices... >, void(C::*)(ArgTypes...)>::Dispatch(), tonic::DartDispatcher< IndicesHolder< indices... >, ReturnType(C::*)(ArgTypes...) const >::Dispatch(), and tonic::DartDispatcher< IndicesHolder< indices... >, ResultType(C::*)(ArgTypes...)>::Dispatch().
|
inline |
Definition at line 25 of file dart_args.h.
|
inline |
Definition at line 37 of file dart_args.h.
Referenced by tonic::DartCall(), tonic::DartCallConstructor(), and tonic::DartCallStatic().