Main Page
Modules
Namespaces
Classes
Files
db
::
BasicString
append
append
assign
assign
assign
BasicString
BasicString
BasicString
BasicString
c_str
compare_case
compare_case
compare_case
compare_no_case
compare_no_case
compare_no_case
get_capacity
insert
insert
operator!=
operator<
operator<=
operator=
operator=
operator==
operator>
operator>=
operator[]
operator[]
remove
remove_all
replace
replace
set_capacity
set_size
size
v_str
~BasicString
template<class T, class Traits = CharTraits<T>>
T
db::BasicString
< T, Traits >::operator[]
(
int
index
)
const
[inline]
Obtain a read-only copy of the character at position
index
.
Parameters:
index
The position of the desired character.
Returns:
the character at the specified position.
Copyright © 2005-2008 ITTIA®. All rights reserved.