OpenMS
Loading...
Searching...
No Matches
StringManager.h File Reference
#include <OpenMS/CONCEPT/Types.h>
#include <memory>
#include <string>
Include dependency graph for StringManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shared_xerces_ptr< T >
 
class  unique_xerces_ptr< T >
 
class  StringManager
 Helper class for XML parsing that handles the conversions of Xerces strings. More...
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 
namespace  OpenMS::Internal
 Namespace used to hide implementation details from users.
 

Macros

#define CONST_XMLCH(s)   (u ## s)
 

Macro Definition Documentation

◆ CONST_XMLCH

#define CONST_XMLCH (   s)    (u ## s)

Compile-time UTF-16 string literal, usable wherever a XMLCh* is expected (XMLCh is guaranteed to be char16_t-compatible; see StringManager.cpp).