Liste de 'String'. Plus de détails...
#include <arccore/collections/StringVector.h>
| Classes | |
| class | Impl | 
| Fonctions membres publiques | |
| StringVector (const StringVector &rhs) | |
| StringVector (StringVector &&rhs) noexcept | |
| StringVector & | operator= (const StringVector &rhs) | 
| Int32 | size () const | 
| void | add (const String &str) | 
| String | operator[] (Int32 index) const | 
Liste de 'String'.
Cette classe à une sémantique par valeur et a le même comportement qu'un UniqueArray<String>.
Définition à la ligne 33 du fichier StringVector.h.
| Arcane::StringVector::StringVector | ( | const StringVector & | rhs | ) | 
Définition à la ligne 38 du fichier StringVector.cc.
| 
 | noexcept | 
Définition à la ligne 48 du fichier StringVector.cc.
| Arcane::StringVector::~StringVector | ( | ) | 
Définition à la ligne 74 du fichier StringVector.cc.
| void Arcane::StringVector::add | ( | const String & | str | ) | 
Définition à la ligne 102 du fichier StringVector.cc.
| StringVector & Arcane::StringVector::operator= | ( | const StringVector & | rhs | ) | 
Définition à la ligne 58 du fichier StringVector.cc.
Définition à la ligne 112 du fichier StringVector.cc.
| Int32 Arcane::StringVector::size | ( | ) | const | 
Définition à la ligne 93 du fichier StringVector.cc.