apache-thrift ~master (2021-10-21T20:57:04Z)
Home
Dub
Repo
isDerivedService
thrift
codegen
base
true if T represents a Thrift service derived from another service.
template
isDerivedService (
T
) {
static if
(
is(T _ == interface) && is(T TBases == super) && TBases.length == 1
)
enum
isDerivedService
;
static if
(!(
is(T _ == interface) && is(T TBases == super) && TBases.length == 1
))
enum
isDerivedService
;
}
Members
Manifest constants
isDerivedService
enum
isDerivedService
;
Undocumented in source.
isDerivedService
enum
isDerivedService
;
Undocumented in source.
Meta
Source
See Implementation
thrift
codegen
base
enums
TMethodType
TReq
functions
readStruct
thriftFieldInitCode
writeStruct
mixin templates
TStructHelpers
structs
TExceptionMeta
TFieldMeta
TMethodMeta
TParamMeta
TProtocolPair
templates
BaseService
TIsSetFlags
isBaseService
isDerivedService
isService
isTProtocolOrPair
isTProtocolPair
true if T represents a Thrift service derived from another service.