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 )
} )

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

Try the RProtoBuf package in your browser

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

RProtoBuf documentation built on April 3, 2025, 10:28 p.m.