NVDA Helper
In-process and lite high-speed utilities for NVDA
storage.cpp File Reference
#include <iostream>
#include <fstream>
#include <string>
#include <map>
#include <list>
#include <set>
#include <iterator>
#include <regex>
#include <vector>
#include <sstream>
#include <algorithm>
#include <optional>
#include <common/xml.h>
#include <common/log.h>
#include "utils.h"
#include "storage.h"

Go to the source code of this file.

Functions

size_t outputEscapedAttribute (wostringstream &out, const wstring &text, size_t maxLength=0)
 

Function Documentation

◆ outputEscapedAttribute()

size_t outputEscapedAttribute ( wostringstream & out,
const wstring & text,
size_t maxLength = 0 )
inline