Quick links: Tutorial - Examples - Files - Symbols.
Classes: Hierarchy - Index - List - Members.
Namespaces: Index - base - cs - display.

Public Member Functions | List of all members
cogitant::UserDatatypeValueSimple Class Reference

Valeur de datatype représentée simplement par une chaîne. More...

#include "cogitant/datatype.h"

Inheritance diagram for cogitant::UserDatatypeValueSimple:
cogitant::UserDatatypeValue

Public Member Functions

UserDatatypeValueclone () const
 Création d'une copie. More...
 
void setValue (std::string const &s)
 Modification la valeur portée. More...
 
std::string const & value () const
 Accès à la valeur portée. More...
 
- Public Member Functions inherited from cogitant::UserDatatypeValue
 UserDatatypeValue ()
 Constructeur. More...
 
virtual ~UserDatatypeValue ()
 Destructeur. More...
 

Detailed Description

Valeur de datatype représentée simplement par une chaîne.

Member Function Documentation

◆ clone()

UserDatatypeValue* cogitant::UserDatatypeValueSimple::clone ( ) const
virtual

Création d'une copie.

Implements cogitant::UserDatatypeValue.

◆ setValue()

void cogitant::UserDatatypeValueSimple::setValue ( std::string const &  s)
inline

Modification la valeur portée.

◆ value()

std::string const& cogitant::UserDatatypeValueSimple::value ( ) const
inline

Accès à la valeur portée.