DiaDes  0.1
DIAgnosis of Discrete-Event System
Public Types | Public Member Functions | List of all members
Diades::Utils::NoDelimiter< CharT, Traits, Alloc > Class Template Reference

#include <StringTools.hh>

Public Types

typedef std::basic_string< CharT, Traits, Alloc > String
 

Public Member Functions

String operator() (String str) const
 

Detailed Description

template<typename CharT, typename Traits, typename Alloc>
class Diades::Utils::NoDelimiter< CharT, Traits, Alloc >

This is a functor that is used to encapsulate a string s with ...nothing. use as a replacement for a StringDelimiter if not needed

Definition at line 188 of file StringTools.hh.

Member Typedef Documentation

◆ String

template<typename CharT , typename Traits , typename Alloc >
typedef std::basic_string<CharT, Traits, Alloc> Diades::Utils::NoDelimiter< CharT, Traits, Alloc >::String

Definition at line 191 of file StringTools.hh.

Member Function Documentation

◆ operator()()

template<typename CharT , typename Traits , typename Alloc >
String Diades::Utils::NoDelimiter< CharT, Traits, Alloc >::operator() ( String  str) const
inline
Returns
the string str

Definition at line 196 of file StringTools.hh.


The documentation for this class was generated from the following file: