Arcane  v3.15.3.0
Documentation utilisateur
Chargement...
Recherche...
Aucune correspondance
Référence de la classe Arccore::StringVector

Liste de 'String'. Plus de détails...

#include <arccore/collections/StringVector.h>

+ Graphe de collaboration de Arccore::StringVector:

Classes

class  Impl
 

Fonctions membres publiques

 StringVector (const StringVector &rhs)
 
 StringVector (StringVector &&rhs) noexcept
 
StringVectoroperator= (const StringVector &rhs)
 
Int32 size () const
 
void add (const String &str)
 
String operator[] (Int32 index) const
 

Description détaillée

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.

Documentation des constructeurs et destructeur

◆ StringVector() [1/2]

Arccore::StringVector::StringVector ( const StringVector rhs)

Définition à la ligne 38 du fichier StringVector.cc.

◆ StringVector() [2/2]

Arccore::StringVector::StringVector ( StringVector &&  rhs)
noexcept

Définition à la ligne 48 du fichier StringVector.cc.

◆ ~StringVector()

Arccore::StringVector::~StringVector ( )

Définition à la ligne 74 du fichier StringVector.cc.

Documentation des fonctions membres

◆ add()

void Arccore::StringVector::add ( const String str)

Définition à la ligne 102 du fichier StringVector.cc.

◆ operator=()

StringVector & Arccore::StringVector::operator= ( const StringVector rhs)

Définition à la ligne 58 du fichier StringVector.cc.

◆ operator[]()

String Arccore::StringVector::operator[] ( Int32  index) const

Définition à la ligne 112 du fichier StringVector.cc.

◆ size()

Int32 Arccore::StringVector::size ( ) const

Définition à la ligne 93 du fichier StringVector.cc.


La documentation de cette classe a été générée à partir des fichiers suivants :