Definition at line 136 of file service.cc.
◆ MethodParameter()
dart::MethodParameter::MethodParameter |
( |
const char * |
name, |
|
|
bool |
required |
|
) |
| |
|
inline |
Definition at line 138 of file service.cc.
const char * name() const
◆ ~MethodParameter()
virtual dart::MethodParameter::~MethodParameter |
( |
| ) |
|
|
inlinevirtual |
◆ name()
const char * dart::MethodParameter::name |
( |
| ) |
const |
|
inline |
◆ PrintError()
virtual void dart::MethodParameter::PrintError |
( |
const char * |
name, |
|
|
const char * |
value, |
|
|
JSONStream * |
js |
|
) |
| const |
|
inlinevirtual |
◆ PrintErrorObject()
virtual void dart::MethodParameter::PrintErrorObject |
( |
const char * |
name, |
|
|
const Object & |
value, |
|
|
JSONStream * |
js |
|
) |
| const |
|
inlinevirtual |
◆ required()
bool dart::MethodParameter::required |
( |
| ) |
const |
|
inline |
◆ Validate()
virtual bool dart::MethodParameter::Validate |
( |
const char * |
value | ) |
const |
|
inlinevirtual |
◆ ValidateObject()
virtual bool dart::MethodParameter::ValidateObject |
( |
const Object & |
value | ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: