=, assign()
swap()
+=, append(), push_back()
insert()
erase()
clear()
resize()
replace()
+
==, !=, <, <=, >=, compare()
sizes(), length()
max_size()
empty()
capacity()
reserve()
[], at()
>>, getline()
<<
copy()
c_str()
data()
substr()
begin(), end()
rbegin(), rend()
get_allocator()
find()
rfind()
find_first_of()
find_last_of()
find_first_not_of()
find_last_not_of()
많구나...
'프로그래밍 > 라이브러리' 카테고리의 다른 글
비트맵 폰트 생성기 (0) | 2011.04.15 |
---|---|
폰트에서 point와 pixel의 관계 (0) | 2011.04.13 |
WTL 실습 예제 (0) | 2010.10.17 |
WTL 의 class 목록 과 global function (ver 8.1 9127) (0) | 2010.10.17 |
WTL 프로그램의 다이얼로그 포커스 문제 (0) | 2010.10.12 |