All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
osl::stl::slist< T, Alloc > Struct Template Reference

pool_allocator を使う slist のラッパ More...

#include <slist.h>

Inheritance diagram for osl::stl::slist< T, Alloc >:
Inheritance graph
[legend]
Collaboration diagram for osl::stl::slist< T, Alloc >:
Collaboration graph
[legend]

Public Member Functions

 slist ()
 
 slist (const slist &)
 
 ~slist ()
 
void erase_after (iterator p)
 

Detailed Description

template<class T, class Alloc = pool_allocator<T>>
struct osl::stl::slist< T, Alloc >

pool_allocator を使う slist のラッパ

Definition at line 21 of file slist.h.

Constructor & Destructor Documentation

template<class T , class Alloc = pool_allocator<T>>
osl::stl::slist< T, Alloc >::slist ( )
inline

Definition at line 28 of file slist.h.

template<class T , class Alloc >
osl::stl::slist< T, Alloc >::slist ( const slist< T, Alloc > &  src)

Definition at line 37 of file slist.h.

template<class T , class Alloc >
osl::stl::slist< T, Alloc >::~slist ( )

Definition at line 46 of file slist.h.

Member Function Documentation

template<class T , class Alloc = pool_allocator<T>>
void osl::stl::slist< T, Alloc >::erase_after ( iterator  p)
inline

Definition at line 33 of file slist.h.


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