#include "bsta_random_wrapper.h"
Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &os, bsta_random_wrapper const &scene) |
Binary write boxm2_scene scene to stream. | |
void | vsl_b_write (vsl_b_ostream &os, const bsta_random_wrapper *&p) |
void | vsl_b_write (vsl_b_ostream &os, bsta_random_wrapper_sptr &sptr) |
Binary write boxm2_scene smart pointer to stream. | |
void | vsl_b_write (vsl_b_ostream &os, bsta_random_wrapper_sptr const &sptr) |
Binary write boxm2_scene smart pointer to stream. | |
void | vsl_b_read (vsl_b_istream &is, bsta_random_wrapper &scene) |
Binary load boxm2_scene scene from stream. | |
void | vsl_b_read (vsl_b_istream &is, bsta_random_wrapper *p) |
void | vsl_b_read (vsl_b_istream &is, bsta_random_wrapper_sptr &sptr) |
Binary load boxm scene smart pointer from stream. | |
void | vsl_b_read (vsl_b_istream &is, bsta_random_wrapper_sptr const &sptr) |
Binary load boxm scene smart pointer from stream. |
Definition in file bsta_random_wrapper.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
bsta_random_wrapper & | scene | ||
) |
Binary load boxm2_scene scene from stream.
Definition at line 13 of file bsta_random_wrapper.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
bsta_random_wrapper * | p | ||
) |
Definition at line 14 of file bsta_random_wrapper.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
bsta_random_wrapper_sptr & | sptr | ||
) |
Binary load boxm scene smart pointer from stream.
Definition at line 15 of file bsta_random_wrapper.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
bsta_random_wrapper_sptr const & | sptr | ||
) |
Binary load boxm scene smart pointer from stream.
Definition at line 16 of file bsta_random_wrapper.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
bsta_random_wrapper const & | scene | ||
) |
Binary write boxm2_scene scene to stream.
Definition at line 7 of file bsta_random_wrapper.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const bsta_random_wrapper *& | p | ||
) |
Definition at line 8 of file bsta_random_wrapper.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
bsta_random_wrapper_sptr & | sptr | ||
) |
Binary write boxm2_scene smart pointer to stream.
Definition at line 9 of file bsta_random_wrapper.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
bsta_random_wrapper_sptr const & | sptr | ||
) |
Binary write boxm2_scene smart pointer to stream.
Definition at line 10 of file bsta_random_wrapper.cxx.