DiaDes  0.1
DIAgnosis of Discrete-Event System
Classes | Namespaces | Functions
StringTools.hh File Reference

String utilities for Diades. More...

#include <string>
#include <numeric>
#include <diades/utils/Verbose.hh>

Go to the source code of this file.

Classes

struct  Diades::Utils::StringHash
 
class  Diades::Utils::StringBinaryCombination< CharT, separator, Traits, Alloc >
 
class  Diades::Utils::StringDelimiter< CharT, left, right, Traits, Alloc >
 
class  Diades::Utils::NoDelimiter< CharT, Traits, Alloc >
 
class  Diades::Utils::Disjunction< _Property, BinaryDisjunction, Delimiter >
 
class  Diades::Utils::Conjunction< _Property, BinaryConjunction, Delimiter >
 

Namespaces

 Diades
 Namespace of the Diades project.
 
 Diades::Utils
 

Functions

template<class CharType , class CharTraits , class InputIterator >
InputIterator Diades::Utils::getFileExtension (const std::basic_string< CharType, CharTraits > &fileName, InputIterator begin, InputIterator end)
 
template<class CharType , class CharTraits >
bool Diades::Utils::hasOnlyWhiteSpaces (const std::basic_string< CharType, CharTraits > &sequence, typename std::basic_string< CharType, CharTraits >::size_type &index)
 

Detailed Description

String utilities for Diades.

Author
Yannick Pencole yanni.nosp@m.ck@s.nosp@m.ocrat.nosp@m.e.la.nosp@m.as.fr
Date
Tue Jul 19 02:06:32 2011

Definition in file StringTools.hh.