[Rprotobuf-yada] partial implementation of mutators

Romain François francoisromain at free.fr
Mon Nov 2 11:24:06 CET 2009


Hi,

I've partially implemented mutators, so that :

 > p <- new( tutorial.Person )
 > p$id <- 10
 > p$email <- "francoisromain at free.fr"
 > cat( as.character( p ), sep = "\n" )
id: 10
email: "francoisromain at free.fr"

At the moment, only non-repeated fields are implemented, and not 
messages or enum types. The code is in mutators.cpp

Romain

PS: I'm going dark now, but I can still read/write emails.

-- 
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://tr.im/BcPw : celebrating R commit #50000
|- http://tr.im/ztCu : RGG #158:161: examples of package IDPmisc
`- http://tr.im/yw8E : New R package : sos



More information about the Rprotobuf-yada mailing list