apache-thrift ~master (2021-10-21T20:57:04Z)
Home
Dub
Repo
isBaseService
thrift
codegen
base
true if T represents a Thrift service not derived from another service.
template
isBaseService (
T
) {
static if
(
is(T _ == interface) && (!is(T TBases == super) || TBases.length == 0)
)
enum
isBaseService
;
static if
(!(
is(T _ == interface) && (!is(T TBases == super) || TBases.length == 0)
))
enum
isBaseService
;
}
Members
Manifest constants
isBaseService
enum
isBaseService
;
Undocumented in source.
isBaseService
enum
isBaseService
;
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 not derived from another service.