Index
[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [Z]
abnormal termination, stream buffers(异常终止,流缓冲区)
abort 2nd
absInt
abstract base class(抽象基类) 2nd
example(例子)
abstract data type(抽象数据类型) 2nd 3rd
abstraction, data(抽象,数据) 2nd
access control(访问控制)
in base and derived classes(在基类和派生类中)
local class(局部类)
nested class(嵌套类)
using declarations to adjust(using 声明来调整)
access label(访问标号) 2nd 3rd 4th
private 2nd
protected 2nd
public 2nd
Account
accumulate 2nd
Action
adaptor(适配器) 2nd
container(容器)
function(函数) 2nd 3rd
iterator(迭代器)
addition (+)(加)
iterator(迭代器) 2nd
pointer(指针)
Sales_item
string
address(地址) 2nd
address-of (&)(取地址) 2nd
overloaded operator(重载操作符)
adjacent_difference
adjacent_find
algorithm(算法) 2nd
_copy versions(_copy 版本) 2nd
_if versions(_if 版本)
element type constraints(元素类型约束)
independent of container(独立于容器)
iterator argument constraints(迭代器实参约束) 2nd
iterator category and(迭代器种类和) 2nd
naming convention(命名规范)
overloaded versions(重载版本)
parameter pattern(形参模式)
passing comparison function
read-only(只读)
structure(结构)
that reorders elements(对元素进行排序的算法)
that writes elements(写元素的算法)
type independence(类型独立性) 2nd
using function object as argument(用函数对象作为实参)
with two input ranges(带两个输入范围)
algorithm header(algorithm 头文件)
algorithms
binary
library defined
overloaded operator
example
unary
alias, namespace(别名,命名空间) 2nd
allocator 2nd 3rd
allocate
compared to operator new(与 operator new 比较)
construct 2nd
compared to placement new(与定位 new 表达式比较)
deallocate
compared to operator delete(与 operator delete 比较)
destroy 2nd
compared to calling destructor(与调用析构函数比较)
operations(操作)
alternative operator name(可选择的操作符名字)
ambiguous(二义性)
conversion(转换)
multiple inheritance(多重继承)
function call(调用) 2nd 3rd
multiple base classes(多个基类)
overloaded operator(重载操作符)
AndQuery
definition(定义)
eval function(eval 函数)
anonymous union(匿名联合) 2nd
app (file mode)(文件模式)
append, string
argc
argument(实参) 2nd 3rd 4th 5th
array type(数组类型)
C-style string(C 风格字符串)
const reference type(const 引用类型)
conversion(转换)
with class type conversion(用类类型转换)
copied(复制的)
uses copy constructor(使用复制构造函数)
default(默认)
iterator(迭代器) 2nd
multi-dimensioned array(多维数组)
nonconst reference parameter
passing(传递)
pointer to const(指向 const 对象的指针)
pointer to nonconst(指向非 const 对象的指针)
reference parameter(引用形参参数)
template [See template argument]
to main(main 的)
to member function(成员函数的)
type checking(类型检查)
ellipsis(省略符)
of array type(数组类型的)
of reference to array(数组引用的)
with class type conversion(用类类型转换的)
argument deduction, template(模板实参推断)
argument list(实参表)
argv
arithmetic(算术)
iterator(迭代器) 2nd 3rd 4th
pointer(指针) 2nd
arithmetic operator(算术操作符)
and compound assignment(和复合赋值)
function object(函数对象)
overloaded operator(重载操作符)
arithmetic type(算术类型) 2nd
conversion(转换) 2nd
from bool(从 bool 转换)
signed to unsigned(signed 到 unsigned)
conversion to bool(转换到 bool)
array(数组) 2nd 3rd
and pointer(和指针)
argument(实参)
as initializer of vector(作为 vector 的初始化式)
assignment(赋值)
associative(关联数组)
conversion to pointer(转换到指针) 2nd
and template argument(和模板实参)
copy(复制)
default initialization(默认初始化)
uses copy constructor(使用复制构造函数)
uses default constructor(使用默认构造函数)
definition(定义)
elements and destructor(元素与析构函数)
function returning(函数返回)
initialization(初始化)
multi-dimensioned(多维数组)
and pointer(和指针)
definition(定义)
initialization(初始化)
parameter(形参)
subscript operator(下标操作符)
of char initialization(char (数组)的初始化)
parameter(形参)
buffer overflow(缓冲区溢出)
convention(规范)
reference type(引用类型)
size calculation(大小计算)
subscript operator(下标操作符)
arrow operator (>)(箭头操作符)
auto_ptr
class member access(类成员访问)
generic handle(泛型句柄)
overloaded operator(重载操作符)
assert preprocessor macro(assert 预处理宏) 2nd
assign
container(容器)
string
assignment(赋值)
memberwise(逐个成员) 2nd
vs. initialization(与初始化)
assignment (=)(赋值) 2nd 3rd 4th
and conversion(和转换)
and copy constructor(和复制构造函数)
check for self-assignment(检查自身赋值)
container(容器)
for derived class(派生类的)
Message
multiple inheritance(多重继承)
overloaded operator(重载操作符) 2nd 3rd
reference return(引用返回) 2nd
pointer(指针)
rule of three(三法则)
exception for virtual destructors(虚析构函数的异常)
string
synthesized(合成赋值) 2nd
to base from derived(从派生类到基类(赋值))
to signed(给 signed(赋值))
to unsigned(给 unsigned(赋值))
use counting(使用计数) 2nd
usually not virtual(通常不为虚)
valuelike classes(值型类)
yields lvalue(生成左值)
associative array(关联数组) [See map]
associative container(关联容器) 2nd
assignment (=)(赋值)
begin
clear
constructors(构造函数)
count
element type constraints(元素类型约束) 2nd
empty
equal_range
erase
find
insert
key type constraints(键类型约束)
lower_bound
operations(操作)
overriding the default comparison(覆盖默认比较)
rbegin
rend
returning an(返回一个关联容器)
reverse_iterator
size
supports relational operators(支持关系操作符)
swap
types defined by(关联容器定义的类型)
upper_bound
associativity(结合性) 2nd 3rd
overloaded operator(重载操作符)
at
deque
vector
ate (file mode)(ate 文件模式)
auto_ptr 2nd
constructor(构造函数)
copy and assignment(复制与赋值)
default constructor(默认构造函数)
get member(get 成员)
operations(操作)
pitfalls(缺陷)
reset member(reset 成员)
self-assignment(自身赋值)
automatic object(自动对象) 2nd [See also local variable, parameter]
and destructor(和析构函数)
|