rogue
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Variable.h File Reference
#include "rogue/Directives.h"
#include <inttypes.h>
#include <stdint.h>
#include <memory>
#include <string>
#include <thread>
#include <vector>
#include "rogue/EnableSharedFromThis.h"
#include <boost/python.hpp>

Go to the source code of this file.

Classes

class  rogue::interfaces::memory::Variable
 Memory variable descriptor and typed accessor facade. More...
 
class  rogue::interfaces::memory::VariableWrap
 Internal Boost.Python wrapper for rogue::interfaces::memory::Variable. Enables Python subclasses to override variable-update behavior and bridge Python value objects to/from the C++ variable storage representation. More...
 

Namespaces

namespace  rogue
 
namespace  rogue::interfaces
 
namespace  rogue::interfaces::memory
 

Typedefs

typedef std::shared_ptr< rogue::interfaces::memory::Variablerogue::interfaces::memory::VariablePtr
 
typedef std::shared_ptr< rogue::interfaces::memory::VariableWraprogue::interfaces::memory::VariableWrapPtr