Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
styleengine.cc File Reference
#include "../dlib/dlib.h"
#include "msg.h"
#include "prefs.h"
#include "misc.h"
#include "html_common.hh"
#include "styleengine.hh"
#include "web.hh"
#include "capi.h"
Include dependency graph for styleengine.cc:

Go to the source code of this file.

Functions

static lout::misc::SimpleVector< char * > * splitStr (const char *str, char sep)
 split a string at sep chars and return a SimpleVector of strings
 

Function Documentation

◆ splitStr()

static lout::misc::SimpleVector< char * > * splitStr ( const char *  str,
char  sep 
)
static

split a string at sep chars and return a SimpleVector of strings

Definition at line 169 of file styleengine.cc.

References dStrndup(), lout::misc::SimpleVector< T >::increase(), lout::misc::SimpleVector< T >::set(), and lout::misc::SimpleVector< T >::size().

Referenced by StyleEngine::setClass().