Skip to content. Skip to navigation

ICTP Portal

Sections
You are here: Home Manuals on-line PGI Compiler pgC_lib stdlibug Topic Index
Personal tools
Document Actions

Topic Index


Click on the banner to return to the user guide home page.

Topic Index

Click on one of the letters below to jump immediately to that section of the index. If you get no response, that letter has no entries.

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P

Q R S T U V W X Y Z

a


abs() in 20.2 Creating and Using Complex Numbers
accumulate() in 13.6 Scalar-Producing Algorithms
adaptor
adaptors in 16.2 Building on the Standard Containers
adjacent_difference() in 13.7 Sequence-Generating Algorithms
adjacent_find() in 13.3 Searching Operations
advance in 16.4 Tips and Techniques for Building Algorithms
advance() in 2.5 Iterator Operations
algorithm in 1.6 Conventions
algorithms
allocator in 15.1 An Overview of the Standard Library Allocators
allocator interface
allocator
allocator_interface in 15.3 Building Your Own Allocators
American National Standards Institute in 1.1 What is the Standard C++ Library?
append() in 12.2 String Operations
arg() in 20.2 Creating and Using Complex Numbers
assign()
at()
auto_ptr class in 19.1 Overview

b


back()
back_inserter in 2.4 Insert Iterators
basic_string in 12.1 The string Abstraction
begin()
bidirectional iterator in 2.2 Varieties of Iterators
binary search tree in 4.4 Container Types Not Found in the Standard Library
binary_function
binary_search() in 14.5 Binary Search
binder in 3.5 Negators and Binders

c


capacity()
catenation in 13.2 Initialization Algorithms
characteristics, of containers in 4.1 Overview
code re-use
compare() in 12.2 String Operations
complex numbers in 20.1 Overview
composition in 16.2 Building on the Standard Containers
conj() in 20.2 Creating and Using Complex Numbers
conjugate, complex in 20.2 Creating and Using Complex Numbers
constant iterator in 2.2 Varieties of Iterators
containers not in standard library in 4.4 Container Types Not Found in the Standard Library
containers
conventions, presentation in 1.6 Conventions
copy()
copy_backward() in 13.2 Initialization Algorithms
count()
count_if() in 13.6 Scalar-Producing Algorithms
Curry, Haskell P. in 3.5 Negators and Binders
c_str() in 12.2 String Operations

d


data() in 12.2 String Operations
deep copy in 4.3 Memory Management Issues
default constructor in 5.2 Vector Operations
design requirements
designing your own containers
distance in 16.4 Tips and Techniques for Building Algorithms
distance() in 2.5 Iterator Operations

e


empty()
end()
equal()
equal_range()
erase()
Eratosthenes in 5.4 Example Program - Sieve of Eratosthenes
errors in 18.1 Overview
event driven simulation in 11.3 Application - Event-Driven Simulation
exception classes in 18.2 The Standard Exception Hierarchy
exceptions
exponential function in 20.2 Creating and Using Complex Numbers

f


fill() in 13.2 Initialization Algorithms
fill_n() in 13.2 Initialization Algorithms
find()
find_first_not_of() in 12.2 String Operations
find_first_of() in 12.2 String Operations
find_if()
find_last_not_of() in 12.2 String Operations
find_last_of() in 12.2 String Operations
flip() in 5.3 Boolean Vectors
forward iterator in 2.2 Varieties of Iterators
for_each() in 13.8 Miscellaneous Algorithms
front()
front_inserter in 2.4 Insert Iterators
function object
functions as arguments in 3.1 Functions
future of OOP in 1.4 How Should I Use the Standard C++ Library?

g


generate() in 13.2 Initialization Algorithms
generate_n() in 13.2 Initialization Algorithms
generator
generic adaptor in 16.2 Building on the Standard Containers
generic algorithms in 13.1 Overview
generic composition in 16.2 Building on the Standard Containers
generic programming in 16.1 Extending the Library
graph in 4.4 Container Types Not Found in the Standard Library

h


hash table in 4.4 Container Types Not Found in the Standard Library
heap
heterogeneous collection in 11.3 Application - Event-Driven Simulation

i


imag() in 20.2 Creating and Using Complex Numbers
in place transformations in 13.4 In-Place Transformations
includes() in 14.7 Set Operations
initialization algorithms in 13.2 Initialization Algorithms
inner_product() in 13.6 Scalar-Producing Algorithms
inplace_merge()
input iterator in 2.2 Varieties of Iterators
insert iterator
insert()
inserter in 2.4 Insert Iterators
International Standards Organization in 1.1 What is the Standard C++ Library?
iotaGen
istream_iterator in 2.3 Stream Iterators
iterator
iterators
iterator_category
iter_swap() in 13.2 Initialization Algorithms

k


key_comp() in 9.2 Map and Multimap Operations

l


length() in 12.2 String Operations
lexicographical_compare() in 13.6 Scalar-Producing Algorithms
list in 6.1 The list Data Abstraction
logic_error in 18.2 The Standard Exception Hierarchy
lower_bound()

m


make_heap() in 14.8 Heap Operations
max() in 13.3 Searching Operations
max_element() in 13.3 Searching Operations
max_size()
memory management in 4.3 Memory Management Issues
merge()
min() in 13.3 Searching Operations
min_element() in 13.3 Searching Operations
mismatch()
multidimensional array in 4.4 Container Types Not Found in the Standard Library

n


negator in 3.5 Negators and Binders
new operator in 4.3 Memory Management Issues
next_permutation() in 13.4 In-Place Transformations
norm() in 20.2 Creating and Using Complex Numbers
nth_element() in 14.4 nth Element
numeric_limits in 21.1 Overview

o


ordered collections in 14.1 Overview
ostream_iterator in 2.3 Stream Iterators
output iterator in 2.2 Varieties of Iterators

p


pairwise equality in 13.6 Scalar-Producing Algorithms
parallel Sequences in 13.2 Initialization Algorithms
partial_sort() in 14.3 Partial Sort
partial_sum() in 13.7 Sequence-Generating Algorithms
partition() in 13.4 In-Place Transformations
permutations in 13.4 In-Place Transformations
phase angle, complex in 20.2 Creating and Using Complex Numbers
pointers, as container values
polar() in 20.2 Creating and Using Complex Numbers
pop_back() in 5.2 Vector Operations
pop_heap() in 14.8 Heap Operations
predicate in 3.2 Predicates
prev_permutation() in 13.4 In-Place Transformations
priority queue
push_back()
push_front() in 6.2 List Operations
push_heap() in 14.8 Heap Operations

q


queue in 10.1 Overview

r


radix sort in 7.3 Example Program - Radix Sort
random access iterators in 2.2 Varieties of Iterators
randomInteger()
random_shuffle() in 13.4 In-Place Transformations
rbegin()
reachable iterator in 2.1 Introduction to Iterators
real() in 20.2 Creating and Using Complex Numbers
removal algorithms in 13.5 Removal Algorithms
remove()
remove_copy() in 13.5 Removal Algorithms
remove_copy_if() in 13.5 Removal Algorithms
remove_if()
rend()
replace() in 13.4 In-Place Transformations
replace_copy() in 13.4 In-Place Transformations
replace_copy_if() in 13.4 In-Place Transformations
replace_if() in 13.4 In-Place Transformations
reserve()
resize()
reverse iterator in 2.2 Varieties of Iterators
reverse()
rfind() in 12.2 String Operations
rotate() in 13.4 In-Place Transformations
running the tutorial programs in 1.8 Running the Tutorial Programs
runtime_error in 18.2 The Standard Exception Hierarchy

s


scalar producing algorithms in 13.6 Scalar-Producing Algorithms
Schonfinkel, Moses in 3.5 Negators and Binders
search()
searching algorithms in 13.3 Searching Operations
selecting a container in 4.2 Selecting a Container
sequence generating algorithms in 13.7 Sequence-Generating Algorithms
set in 8.1 The set Data Abstraction
set operations in 14.7 Set Operations
set
set_difference() in 14.7 Set Operations
set_intersection() in 14.7 Set Operations
set_symmetric_difference() in 14.7 Set Operations
set_union() in 14.6 Merge Ordered Sequences
shallow copy in 4.3 Memory Management Issues
sieve of Eratosthenes in 5.4 Example Program - Sieve of Eratosthenes
simulation programs in 11.1 The priority queue Data Abstraction
size()
sort() in 14.2 Sorting Algorithms
sort_heap() in 14.8 Heap Operations
sparse array in 4.4 Container Types Not Found in the Standard Library
splice() in 6.2 List Operations
stable_sort() in 14.2 Sorting Algorithms
stack in 10.1 Overview
Standard Template Library in 1.1 What is the Standard C++ Library?
stream iterator in 2.3 Stream Iterators
string in 12.1 The string Abstraction
string traits class in 17.1 Using the Traits Technique
string_char_trait in 17.1 Using the Traits Technique
subscript operator
substr() in 12.2 String Operations
swap()
swap_ranges() in 13.2 Initialization Algorithms
symbolic constants in 21.1 Overview

t


traits in 17.1 Using the Traits Technique
traits template in 17.1 Using the Traits Technique
transcendental functions in 20.2 Creating and Using Complex Numbers
transform() in 13.7 Sequence-Generating Algorithms
transformation algorithms in 13.4 In-Place Transformations
tree in 4.4 Container Types Not Found in the Standard Library
trigonometric functions in 20.2 Creating and Using Complex Numbers
two-category error model in 18.2 The Standard Exception Hierarchy

u


unary_function in 3.3 Function Objects
unique()
unique_copy() in 13.5 Removal Algorithms
unordered sets in 4.4 Container Types Not Found in the Standard Library
upper_bound()
user-defined algorithms in 16.1 Extending the Library
user-defined containers in 16.1 Extending the Library
using exceptions in 18.3 Using Exceptions
using the standard library in 1.7 Using the Standard Library

v


value_comp() in 9.2 Map and Multimap Operations
value_type in 16.4 Tips and Techniques for Building Algorithms
vector in 5.1 The vector Data Abstraction

w


wstring in 12.1 The string Abstraction

Return to the User Guide home page

©Copyright 1996, Rogue Wave Software, Inc.


Powered by Plone This site conforms to the following standards: