LibreOffice Module svtools (master) 1
Classes | Typedefs | Enumerations
svparser.hxx File Reference
#include <svtools/svtdllapi.h>
#include <tools/link.hxx>
#include <tools/ref.hxx>
#include <tools/long.hxx>
#include <rtl/textenc.h>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
#include <memory>
#include <utility>
Include dependency graph for svparser.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SvParser< typename T >
 
struct  SvParser< typename T >::TokenStackType
 
class  SvKeyValue
 
class  SvKeyValueIterator
 

Typedefs

typedef tools::SvRef< SvKeyValueIteratorSvKeyValueIteratorRef
 

Enumerations

enum class  SvParserState {
  Accepted = 0 ,
  NotStarted ,
  Working ,
  Pending ,
  Error
}
 

Typedef Documentation

◆ SvKeyValueIteratorRef

Definition at line 214 of file svparser.hxx.

Enumeration Type Documentation

◆ SvParserState

enum class SvParserState
strong
Enumerator
Accepted 
NotStarted 
Working 
Pending 
Error 

Definition at line 35 of file svparser.hxx.