R/wrapper_MethodDescriptor.R

setGeneric( "input_type", function(object){
	standardGeneric( "input_type" )
} )
setGeneric( "output_type", function(object){
	standardGeneric( "output_type" )
} )

setMethod( "input_type", "MethodDescriptor", function(object){
	.Call("MethodDescriptor__input_type", object@pointer, PACKAGE = "RProtoBuf" )
} )

setMethod( "output_type", "MethodDescriptor", function(object){
	.Call("MethodDescriptor__output_type", object@pointer, PACKAGE = "RProtoBuf" )
} )

Try the RProtoBuf package in your browser

Any scripts or data that you put into this service are public.

RProtoBuf documentation built on Nov. 3, 2022, 9:06 a.m.