ardour
Functions
strsplit.cc File Reference
#include "pbd/strsplit.h"

Go to the source code of this file.

Functions

void split (string str, vector< string > &result, char splitchar)
 
void split (ustring str, vector< ustring > &result, char splitchar)
 

Function Documentation

void split ( string  str,
vector< string > &  result,
char  splitchar 
)

Definition at line 26 of file strsplit.cc.

void split ( ustring  str,
vector< ustring > &  result,
char  splitchar 
)

Definition at line 66 of file strsplit.cc.