RInside Version 0.2.16
|
#include <foo.h>
Public Member Functions | |
Foo (const std::string &name, int32_t a, int32_t b) | |
~Foo () | |
void | serialize (BinaryStream &stream) const |
Foo (int a, int b) | |
~Foo () | |
Static Public Member Functions | |
static Foo | deserialize (BinaryStream &stream) |
Public Attributes | |
std::string | name |
int32_t | a |
int32_t | b |
int | a |
int | b |
Static Public Attributes | |
static const int32_t | TYPEID = 1 |
Foo::Foo | ( | const std::string & | name, |
int32_t | a, | ||
int32_t | b | ||
) |
Definition at line 4 of file foo.cpp.
Referenced by deserialize(), and main().
|
inline |
Definition at line 15 of file rinside_sample16.cpp.
|
inline |
Definition at line 17 of file rinside_sample16.cpp.
|
static |
void Foo::serialize | ( | BinaryStream & | stream | ) | const |
int Foo::a |
Definition at line 22 of file rinside_sample16.cpp.
int32_t Foo::a |
Definition at line 23 of file foo.h.
Referenced by deserialize(), main(), serialize(), swapFoo(), test_setting_getting(), and Rcpp::wrap().
int Foo::b |
Definition at line 22 of file rinside_sample16.cpp.
int32_t Foo::b |
Definition at line 23 of file foo.h.
Referenced by deserialize(), main(), serialize(), swapFoo(), test_setting_getting(), and Rcpp::wrap().
std::string Foo::name |
Definition at line 22 of file foo.h.
Referenced by deserialize(), serialize(), test_setting_getting(), and Rcpp::wrap().