RSC  0.17.1
std::detail::pair_style Struct Reference

#include <ContainerIO.h>

Collaboration diagram for std::detail::pair_style:
Collaboration graph

Public Member Functions

 pair_style (const string &open_brace="(", const string &separator=", ", const string &close_brace=")")
 

Public Attributes

string open_brace
 
string separator
 
string close_brace
 

Static Public Attributes

static const int stream_storage = ios_base::xalloc()
 

Detailed Description

Definition at line 54 of file ContainerIO.h.

Constructor & Destructor Documentation

std::detail::pair_style::pair_style ( const string &  open_brace = "(",
const string &  separator = ", ",
const string &  close_brace = ")" 
)

Definition at line 42 of file ContainerIO.cpp.

References stream_storage.

Member Data Documentation

string std::detail::pair_style::close_brace

Definition at line 57 of file ContainerIO.h.

Referenced by std::operator<<().

string std::detail::pair_style::open_brace

Definition at line 55 of file ContainerIO.h.

Referenced by std::operator<<().

string std::detail::pair_style::separator

Definition at line 56 of file ContainerIO.h.

Referenced by std::operator<<().

const int std::detail::pair_style::stream_storage = ios_base::xalloc()
static

Definition at line 59 of file ContainerIO.h.

Referenced by std::operator<<(), pair_style(), and std::detail::pair_style_delete().


The documentation for this struct was generated from the following files: