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

Go to the source code of this file.

Classes

class  rogue::interfaces::memory::Block
 Memory interface block device. More...
 

Namespaces

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

Typedefs

typedef std::shared_ptr< rogue::interfaces::memory::Blockrogue::interfaces::memory::BlockPtr
 Shared pointer alias for Block.
 

Functions

template<typename T >
std::vector< T > rogue::interfaces::memory::py_list_to_std_vector (const boost::python::object &iterable)
 
template<class T >
boost::python::list rogue::interfaces::memory::std_vector_to_py_list (std::vector< T > vector)
 
template<typename T >
rogue::interfaces::memory::py_object_convert (const boost::python::object &obj)