cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Functions
typeid.h File Reference
#include <cstdio>
#include <cstdlib>
#include "common.h"

Go to the source code of this file.

Functions

void erase_all (std::string &string, const std::string &search)
 Erase all occurrences of a substring. More...
 
PYBIND11_NOINLINE void clean_type_id (std::string &name)
 

Function Documentation

◆ clean_type_id()

PYBIND11_NOINLINE void clean_type_id ( std::string &  name)
inline

Definition at line 32 of file typeid.h.

◆ erase_all()

void erase_all ( std::string &  string,
const std::string &  search 
)
inline

Erase all occurrences of a substring.

Definition at line 24 of file typeid.h.