LMMS
Loading...
Searching...
No Matches
CarlaStateUtils.cpp File Reference
#include "CarlaStateUtils.hpp"
#include "CarlaBackendUtils.hpp"
#include "CarlaMathUtils.hpp"
#include "CarlaMIDI.h"
#include "water/streams/MemoryOutputStream.h"
#include "water/xml/XmlElement.h"
#include <string>

Go to the source code of this file.

Functions

static CARLA_BACKEND_START_NAMESPACE void getNewLineSplittedString (MemoryOutputStream &stream, const String &string)
static std::string replaceStdString (const std::string &original, const std::string &before, const std::string &after)
static std::string xmlSafeStringFast (const char *const cstring, const bool toXml)
static const char * xmlSafeStringCharDup (const String &string, const bool toXml)

Function Documentation

◆ getNewLineSplittedString()

CARLA_BACKEND_START_NAMESPACE void getNewLineSplittedString ( MemoryOutputStream & stream,
const String & string )
static

◆ replaceStdString()

std::string replaceStdString ( const std::string & original,
const std::string & before,
const std::string & after )
static

◆ xmlSafeStringCharDup()

const char * xmlSafeStringCharDup ( const String & string,
const bool toXml )
static

◆ xmlSafeStringFast()

std::string xmlSafeStringFast ( const char *const cstring,
const bool toXml )
static