Scid  4.7.0
Public Member Functions | Friends | List of all members
UI_impl::List Class Reference

#include <ui_tcltk.h>

Inheritance diagram for UI_impl::List:
Inheritance graph
[legend]

Public Member Functions

 List (size_t max_size)
 
 ~List ()
 
void clear ()
 
void push_back (Tcl_Obj *value)
 
template<typename T >
void push_back (const T &value)
 

Friends

Tcl_Obj * ObjMaker (const List &)
 

Detailed Description

Definition at line 128 of file ui_tcltk.h.

Constructor & Destructor Documentation

◆ List()

UI_impl::List::List ( size_t  max_size)
inlineexplicit

Definition at line 136 of file ui_tcltk.h.

◆ ~List()

UI_impl::List::~List ( )
inline

Definition at line 144 of file ui_tcltk.h.

Member Function Documentation

◆ clear()

void UI_impl::List::clear ( )
inline

Definition at line 149 of file ui_tcltk.h.

◆ push_back() [1/2]

void UI_impl::List::push_back ( Tcl_Obj *  value)
inline

Definition at line 154 of file ui_tcltk.h.

◆ push_back() [2/2]

template<typename T >
void UI_impl::List::push_back ( const T &  value)
inline

Definition at line 197 of file ui_tcltk.h.

Friends And Related Function Documentation

◆ ObjMaker

Tcl_Obj* ObjMaker ( const List v)
friend

Definition at line 190 of file ui_tcltk.h.


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