Ardour  9.0-pre0-350-gf17a656217
strsplit.h File Reference
#include <string>
#include <vector>
#include <glibmm/ustring.h>
#include "pbd/libpbd_visibility.h"
Include dependency graph for strsplit.h:

Go to the source code of this file.

Functions

void split (std::string, std::vector< std::string > &, char)
 
void split (Glib::ustring, std::vector< Glib::ustring > &, char)
 

Function Documentation

◆ split() [1/2]

void split ( Glib::ustring  ,
std::vector< Glib::ustring > &  ,
char   
)

◆ split() [2/2]

void split ( std::string  ,
std::vector< std::string > &  ,
char   
)