NVDA Helper
In-process and lite high-speed utilities for NVDA
|
#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) |
|
inline |
Referenced by VBufStorage_fieldNode_t::matchAttributes().