DiaDes  0.1
DIAgnosis of Discrete-Event System
Classes | Namespaces | Typedefs | Functions
Label.hh File Reference
#include <iostream>
#include <istream>
#include <string>
#include <locale>
#include <algorithm>
#include <diades/utils/IdGenerators.hh>
#include <diades/utils/Enumerators.hh>

Go to the source code of this file.

Classes

class  Diades::Utils::GenericLabel< CharT, Traits, Alloc >
 
class  Diades::Utils::QuotedLabel< CharT, Traits, Alloc >
 
class  Diades::Utils::LabelGenerator< CharT, Traits, Alloc >
 
class  Diades::Utils::UnquotedLabel< CharT, Traits, Alloc >
 
class  Diades::Utils::LabelGenerator< CharT, Traits, Alloc >
 

Namespaces

 Diades
 Namespace of the Diades project.
 
 Diades::Utils
 

Typedefs

typedef UnquotedLabel< char, std::char_traits< char >, std::allocator< char > > Diades::Utils::UnquotedStringLabel
 
typedef UnquotedLabel< wchar_t, std::char_traits< wchar_t >, std::allocator< wchar_t > > Diades::Utils::UnquotedWideStringLabel
 
typedef QuotedLabel< char, std::char_traits< char >, std::allocator< char > > Diades::Utils::QuotedStringLabel
 
typedef QuotedLabel< wchar_t, std::char_traits< wchar_t >, std::allocator< wchar_t > > Diades::Utils::QuotedWideStringLabel
 
typedef LabelGenerator< char, std::char_traits< char >, std::allocator< char > > Diades::Utils::UnquotedStringLabelGenerator
 
typedef LabelGenerator< wchar_t, std::char_traits< wchar_t >, std::allocator< wchar_t > > Diades::Utils::UnquotedWideStringLabelGenerator
 

Functions

template<typename CharT , typename Traits , typename Alloc >
bool Diades::Utils::readLabel (std::basic_istream< CharT > &stream, std::basic_string< CharT, Traits, Alloc > &label)
 

Detailed Description

Author
Yannick Pencolé <yannick.pencole at laas.fr>
Date
14 mars 2019, 23:14

Definition in file Label.hh.