Class FastOpt¶
Defined in File fastopt.h
Class Documentation¶
-
class
FastOpt
¶ -
Public Functions
-
FastOpt
(const YAML::Node &node)¶
-
FastOpt
(const YAML::Node &node, uint64_t fingerprint)¶
-
bool
isSequence
() const¶
-
bool
isMap
() const¶
-
bool
isScalar
() const¶
-
bool
isNull
() const¶
-
bool
isInt
() const¶
-
bool
isBool
() const¶
-
bool
isFloat
() const¶
-
bool
isString
() const¶
-
size_t
size
() const¶
-
bool
has
(uint64_t keyId) const¶
-
bool
has
(const char *const key) const¶
Friends
-
friend
marian::FastOpt::fastopt_helpers::As
-