#include <shared_object.hpp>
Definition at line 164 of file shared_object.hpp.
const R& rep | ( | ) | const [inline] |
Definition at line 170 of file shared_object.hpp.
References rep_view< R >::data, and R.
00170 {return data;}
R& rep | ( | ) | [inline] |
Definition at line 169 of file shared_object.hpp.
References rep_view< R >::data, and R.
00169 {return data;}
R data |
Definition at line 168 of file shared_object.hpp.
Referenced by rep_view< R >::rep().