LOLA
pylola.h File Reference
#include <vector>
#include <pybind11/pybind11.h>
#include "haldls/cerealization.tcc"
#include "lola/vx/genpybind.h"
#include "haldls/cerealization.h"
#include "haldls/vx/pickle.h"
#include "lola/vx/cerealization.h"
#include "lola/vx/v2/lola.h"
#include "lola/vx/v2/container.def"
+ Include dependency graph for pylola.h:

Go to the source code of this file.

Namespaces

 lola
 
 lola::vx
 
 lola::vx::v2
 
 lola::vx::v2::detail
 

Macros

#define LAST_PLAYBACK_CONTAINER(Name, Type)   #Name
 
#define LAST_PLAYBACK_CONTAINER(Name, Type)   Type
 
#define PLAYBACK_CONTAINER(Name, Type)   #Name,
 
#define PLAYBACK_CONTAINER(Name, Type)   Type,
 

Typedefs

typedef hate::type_list<# 34 "/jenkins/jenlib_workspaces_f9/bld_nightly-haldls.YmxkX25pZ2h0bHktaGFsZGxzIzEzNzk.x/haldls/include/lola/vx/v2/pylola.h" 2 > lola::vx::v2::detail::pickle_types
 

Functions

parent attr ("containers")
 
py::list lola::vx::v2::detail::get_containers_list (py::module &m)
 

Variables

static std::vector< std::string > const lola::vx::v2::detail::pickle_type_names
 

Macro Definition Documentation

◆ LAST_PLAYBACK_CONTAINER [1/2]

#define LAST_PLAYBACK_CONTAINER (   Name,
  Type 
)    #Name

Definition at line 32 of file pylola.h.

◆ LAST_PLAYBACK_CONTAINER [2/2]

#define LAST_PLAYBACK_CONTAINER (   Name,
  Type 
)    Type

Definition at line 32 of file pylola.h.

◆ PLAYBACK_CONTAINER [1/2]

#define PLAYBACK_CONTAINER (   Name,
  Type 
)    #Name,

Definition at line 31 of file pylola.h.

◆ PLAYBACK_CONTAINER [2/2]

#define PLAYBACK_CONTAINER (   Name,
  Type 
)    Type,

Definition at line 31 of file pylola.h.

Function Documentation

◆ attr()

parent attr ( "containers"  )