#include <iterator>
#include <memory>
#include <mvsim/Comms/Client.h>
#include <sstream>
#include <string>
#include <pybind11/pybind11.h>
#include <functional>
#include <pybind11/stl.h>
Go to the source code of this file.
      
        
          | #define BINDER_PYBIND11_TYPE_CASTER | 
      
 
 
      
        
          | void bind_mvsim_Comms_Client | ( | std::function< pybind11::module &(std::string const &namespace_) > & | M | ) |  | 
      
 
 
      
        
          | PYBIND11_DECLARE_HOLDER_TYPE | ( | T | , | 
        
          |  |  | std::shared_ptr< T > |  | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | PYBIND11_DECLARE_HOLDER_TYPE | ( | T | , | 
        
          |  |  | T * |  | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | PYBIND11_MAKE_OPAQUE | ( | std::shared_ptr< void > |  | ) |  |