LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
std Namespace Reference

STL namespace. More...

Classes

class  allocator
 STL class.
 
class  array
 STL class.
 
class  atomic
 STL class.
 
class  atomic_ref
 STL class.
 
class  auto_ptr
 STL class.
 
class  bad_alloc
 STL class.
 
class  bad_cast
 STL class.
 
class  bad_exception
 STL class.
 
class  bad_typeid
 STL class.
 
class  basic_fstream
 STL class.
 
class  basic_ifstream
 STL class.
 
class  basic_ios
 STL class.
 
class  basic_iostream
 STL class.
 
class  basic_istream
 STL class.
 
class  basic_istringstream
 STL class.
 
class  basic_ofstream
 STL class.
 
class  basic_ostream
 STL class.
 
class  basic_ostringstream
 STL class.
 
class  basic_string
 STL class.
 
class  basic_string_view
 STL class.
 
class  basic_stringstream
 STL class.
 
class  bitset
 STL class.
 
struct  common_type< swoc::Scalar< N, C, T >, swoc::Scalar< S, I, T > >
 
class  complex
 STL class.
 
class  deque
 STL class.
 
class  domain_error
 STL class.
 
class  error_category
 STL class.
 
class  error_code
 STL class.
 
class  error_condition
 STL class.
 
class  exception
 STL class.
 
class  forward_list
 STL class.
 
class  fstream
 STL class.
 
struct  hash< swoc::file::path >
 Enable use of path as a key in STL hashed containers. More...
 
struct  hash< swoc::IP4Addr >
 Standard hash support for IP4Addr. More...
 
struct  hash< swoc::IP6Addr >
 Standard hash support for IP6Addr. More...
 
struct  hash< swoc::IPAddr >
 Standard hash support for IPAddr. More...
 
class  ifstream
 STL class.
 
class  invalid_argument
 STL class.
 
class  ios
 STL class.
 
class  ios_base
 STL class.
 
class  istream
 STL class.
 
class  istringstream
 STL class.
 
class  jthread
 STL class.
 
class  length_error
 STL class.
 
class  list
 STL class.
 
class  lock_guard
 STL class.
 
class  logic_error
 STL class.
 
class  map
 STL class.
 
class  multimap
 STL class.
 
class  multiset
 STL class.
 
class  mutex
 STL class.
 
class  ofstream
 STL class.
 
class  ostream
 STL class.
 
class  ostringstream
 STL class.
 
class  out_of_range
 STL class.
 
class  overflow_error
 STL class.
 
class  pair
 STL class.
 
class  priority_queue
 STL class.
 
class  queue
 STL class.
 
class  range_error
 STL class.
 
class  recursive_mutex
 STL class.
 
class  recursive_timed_mutex
 STL class.
 
class  runtime_error
 STL class.
 
class  set
 STL class.
 
class  shared_lock
 STL class.
 
class  shared_mutex
 STL class.
 
class  shared_ptr
 STL class.
 
class  shared_timed_mutex
 STL class.
 
class  smart_ptr
 STL class.
 
class  span
 STL class.
 
class  stack
 STL class.
 
class  string
 STL class.
 
class  string_view
 STL class.
 
class  stringstream
 STL class.
 
class  system_error
 STL class.
 
class  thread
 STL class.
 
class  timed_mutex
 STL class.
 
class  tuple_element< 0, swoc::detail::lexicon_pair_type< E > >
 
class  tuple_element< 1, swoc::detail::lexicon_pair_type< E > >
 
class  tuple_element< IDX, swoc::detail::lexicon_pair_type< E > >
 
class  u16string
 STL class.
 
class  u16string_view
 STL class.
 
class  u32string
 STL class.
 
class  u32string_view
 STL class.
 
class  u8string
 STL class.
 
class  u8string_view
 STL class.
 
class  underflow_error
 STL class.
 
class  unique_lock
 STL class.
 
class  unique_ptr
 STL class.
 
class  unordered_map
 STL class.
 
class  unordered_multimap
 STL class.
 
class  unordered_multiset
 STL class.
 
class  unordered_set
 STL class.
 
class  valarray
 STL class.
 
class  vector
 STL class.
 
class  weak_ptr
 STL class.
 
class  wfstream
 STL class.
 
class  wifstream
 STL class.
 
class  wios
 STL class.
 
class  wistream
 STL class.
 
class  wistringstream
 STL class.
 
class  wofstream
 STL class.
 
class  wostream
 STL class.
 
class  wostringstream
 STL class.
 
class  wstring
 STL class.
 
class  wstring_view
 STL class.
 
class  wstringstream
 STL class.
 

Functions

ostream & operator<< (ostream &s, swoc::FixedBufferWriter &w)
 
ostream & operator<< (ostream &os, const swoc::TextView &view)
 Write the contents of view to the stream os.
 
ostream & operator<< (ostream &s, swoc::IP4Addr const &addr)
 
ostream & operator<< (ostream &s, swoc::IP6Addr const &addr)
 
ostream & operator<< (ostream &s, swoc::IPAddr const &addr)
 
ostream & operator<< (ostream &s, swoc::IP4Range const &Range)
 
ostream & operator<< (ostream &s, swoc::IP6Range const &Range)
 
ostream & operator<< (ostream &s, swoc::IPRange const &Range)
 
template<size_t IDX, typename E>
auto get (swoc::detail::lexicon_pair_type< E > const &p) -> typename std::tuple_element< IDX, swoc::detail::lexicon_pair_type< E > >::type
 
template<intmax_t N, typename C, typename T>
ostream & operator<< (ostream &s, swoc::Scalar< N, C, T > const &x)
 

Detailed Description

STL namespace.

Function Documentation

◆ get()

template<size_t IDX, typename E>
auto std::get ( swoc::detail::lexicon_pair_type< E > const & p) -> typename std::tuple_element<IDX, swoc::detail::lexicon_pair_type<E>>::type

Definition at line 868 of file Lexicon.h.

◆ operator<<() [1/9]

ostream & std::operator<< ( ostream & os,
const swoc::TextView & b )

Write the contents of view to the stream os.

Definition at line 238 of file TextView.cc.

◆ operator<<() [2/9]

ostream & std::operator<< ( ostream & s,
swoc::FixedBufferWriter & w )

Definition at line 939 of file bw_format.cc.

◆ operator<<() [3/9]

ostream & std::operator<< ( ostream & s,
swoc::IP4Addr const & addr )
inline

Definition at line 80 of file bwf_ip.h.

◆ operator<<() [4/9]

ostream & std::operator<< ( ostream & s,
swoc::IP4Range const & Range )
inline

Definition at line 98 of file bwf_ip.h.

◆ operator<<() [5/9]

ostream & std::operator<< ( ostream & s,
swoc::IP6Addr const & addr )
inline

Definition at line 86 of file bwf_ip.h.

◆ operator<<() [6/9]

ostream & std::operator<< ( ostream & s,
swoc::IP6Range const & Range )
inline

Definition at line 104 of file bwf_ip.h.

◆ operator<<() [7/9]

ostream & std::operator<< ( ostream & s,
swoc::IPAddr const & addr )
inline

Definition at line 92 of file bwf_ip.h.

◆ operator<<() [8/9]

ostream & std::operator<< ( ostream & s,
swoc::IPRange const & Range )
inline

Definition at line 110 of file bwf_ip.h.

◆ operator<<() [9/9]

template<intmax_t N, typename C, typename T>
ostream & std::operator<< ( ostream & s,
swoc::Scalar< N, C, T > const & x )

Definition at line 1069 of file Scalar.h.