RInside Version 0.2.16
|
#include <bar.h>
Public Member Functions | |
Bar (const std::string &name, const Foo &foo) | |
~Bar () | |
void | serialize (BinaryStream &stream) const |
Static Public Member Functions | |
static Bar | deserialize (BinaryStream &stream) |
Public Attributes | |
std::string | name |
Foo | foo |
Static Public Attributes | |
static const int32_t | TYPEID = 2 |
Bar::Bar | ( | const std::string & | name, |
const Foo & | foo | ||
) |
Definition at line 3 of file bar.cpp.
Referenced by deserialize().
|
static |
void Bar::serialize | ( | BinaryStream & | stream | ) | const |
Definition at line 10 of file bar.cpp.
References foo, name, and BinaryStream::write().
Foo Bar::foo |
Definition at line 25 of file bar.h.
Referenced by deserialize(), serialize(), and Rcpp::wrap().
std::string Bar::name |
Definition at line 24 of file bar.h.
Referenced by deserialize(), serialize(), and Rcpp::wrap().