#include <encodable_value.h>
Definition at line 165 of file encodable_value.h.
◆ super
◆ EncodableValue() [1/4]
flutter::EncodableValue::EncodableValue |
( |
| ) |
|
|
explicitdefault |
◆ EncodableValue() [2/4]
flutter::EncodableValue::EncodableValue |
( |
const char * |
string | ) |
|
|
inlineexplicit |
◆ EncodableValue() [3/4]
◆ EncodableValue() [4/4]
template<class T >
constexpr flutter::EncodableValue::EncodableValue |
( |
T && |
t | ) |
|
|
inlineexplicitconstexprnoexcept |
◆ IsNull()
bool flutter::EncodableValue::IsNull |
( |
| ) |
const |
|
inline |
◆ LongValue()
int64_t flutter::EncodableValue::LongValue |
( |
| ) |
const |
|
inline |
Definition at line 212 of file encodable_value.h.
213 if (std::holds_alternative<int32_t>(*
this)) {
214 return std::get<int32_t>(*
this);
216 return std::get<int64_t>(*
this);
Referenced by flutter::TEST().
◆ operator=()
EncodableValue& flutter::EncodableValue::operator= |
( |
const char * |
other | ) |
|
|
inline |
◆ operator<
The documentation for this class was generated from the following file: