Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe BasicOStreamWrapper< StreamType >

Wrapper of std::basic_ostream into RapidJSON's Stream concept. Plus de détails...

#include <arcane/utils/internal/json/rapidjson/ostreamwrapper.h>

+ Graphe de collaboration de BasicOStreamWrapper< StreamType >:

Types publics

typedef StreamType::char_type Ch
 

Fonctions membres publiques

 BasicOStreamWrapper (StreamType &stream)
 
void Put (Ch c)
 
void Flush ()
 
char Peek () const
 
char Take ()
 
size_t Tell () const
 
char * PutBegin ()
 
size_t PutEnd (char *)
 

Fonctions membres privées

 BasicOStreamWrapper (const BasicOStreamWrapper &)
 
BasicOStreamWrapperoperator= (const BasicOStreamWrapper &)
 

Attributs privés

StreamType & stream_
 

Description détaillée

template<typename StreamType>
class BasicOStreamWrapper< StreamType >

Wrapper of std::basic_ostream into RapidJSON's Stream concept.

The classes can be wrapped including but not limited to:

  • std::ostringstream
  • std::stringstream
  • std::wpstringstream
  • std::wstringstream
  • std::ifstream
  • std::fstream
  • std::wofstream
  • std::wfstream
Paramètres du template
StreamTypeClass derived from std::basic_ostream.

Définition à la ligne 46 du fichier ostreamwrapper.h.

Documentation des définitions de type membres

◆ Ch

template<typename StreamType >
typedef StreamType::char_type BasicOStreamWrapper< StreamType >::Ch

Définition à la ligne 48 du fichier ostreamwrapper.h.

Documentation des constructeurs et destructeur

◆ BasicOStreamWrapper()

template<typename StreamType >
BasicOStreamWrapper< StreamType >::BasicOStreamWrapper ( StreamType &  stream)
inline

Définition à la ligne 49 du fichier ostreamwrapper.h.

Documentation des fonctions membres

◆ Flush()

template<typename StreamType >
void BasicOStreamWrapper< StreamType >::Flush ( )
inline

Définition à la ligne 55 du fichier ostreamwrapper.h.

◆ Peek()

template<typename StreamType >
char BasicOStreamWrapper< StreamType >::Peek ( ) const
inline

Définition à la ligne 60 du fichier ostreamwrapper.h.

◆ Put()

template<typename StreamType >
void BasicOStreamWrapper< StreamType >::Put ( Ch  c)
inline

Définition à la ligne 51 du fichier ostreamwrapper.h.

◆ PutBegin()

template<typename StreamType >
char * BasicOStreamWrapper< StreamType >::PutBegin ( )
inline

Définition à la ligne 63 du fichier ostreamwrapper.h.

◆ PutEnd()

template<typename StreamType >
size_t BasicOStreamWrapper< StreamType >::PutEnd ( char *  )
inline

Définition à la ligne 64 du fichier ostreamwrapper.h.

◆ Take()

template<typename StreamType >
char BasicOStreamWrapper< StreamType >::Take ( )
inline

Définition à la ligne 61 du fichier ostreamwrapper.h.

◆ Tell()

template<typename StreamType >
size_t BasicOStreamWrapper< StreamType >::Tell ( ) const
inline

Définition à la ligne 62 du fichier ostreamwrapper.h.

Documentation des données membres

◆ stream_

template<typename StreamType >
StreamType& BasicOStreamWrapper< StreamType >::stream_
private

Définition à la ligne 70 du fichier ostreamwrapper.h.


La documentation de cette classe a été générée à partir du fichier suivant :