cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | List of all members
cpp_function::strdup_guard Class Reference

#include <pybind11.h>

Public Member Functions

 ~strdup_guard ()
 
char * operator() (const char *s)
 
void release ()
 

Detailed Description

Definition at line 238 of file pybind11.h.

Constructor & Destructor Documentation

◆ ~strdup_guard()

cpp_function::strdup_guard::~strdup_guard ( )
inline

Definition at line 240 of file pybind11.h.

Member Function Documentation

◆ operator()()

char* cpp_function::strdup_guard::operator() ( const char *  s)
inline

Definition at line 244 of file pybind11.h.

◆ release()

void cpp_function::strdup_guard::release ( )
inline

Definition at line 249 of file pybind11.h.


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