R/text_format.R

setGeneric( "toTextFormat", function( x ) {
    standardGeneric( "toTextFormat" )
} )
setMethod( "toTextFormat", c( x = "Message"),
function(x) {
    .Call( Message__print_text_format, x@pointer )
} )
eddelbuettel/rprotobuf documentation built on June 2, 2024, 3:47 p.m.