Belle II Software development
Type< std::shared_ptr< Path > > Struct Reference

Some modules take a path as argument so let's add this as well. More...

#include <PyObjConvUtils.h>

Static Public Member Functions

static std::string name ()
 type name
 

Detailed Description

Some modules take a path as argument so let's add this as well.

Definition at line 178 of file PyObjConvUtils.h.

Member Function Documentation

◆ name()

static std::string name ( )
inlinestatic

type name

Definition at line 180 of file PyObjConvUtils.h.

180{ return std::string("Path"); }

The documentation for this struct was generated from the following file: