[sword-cvs] sword/include swbuf.h,1.17,1.18
sword@www.crosswire.org
sword@www.crosswire.org
Sun, 13 Jul 2003 09:00:48 -0700
- Previous message: [sword-cvs] sword/lib/vcppmake/vc6 libsword.dsp,1.9,1.10
- Next message: [sword-cvs] sword-apidoc/html _greek2_greek_8h-source.html,1.7,1.8 _greek_chars_8h-source.html,1.7,1.8 apocrypha_8h-source.html,1.3,1.4 cdsourcemgr_8h-source.html,1.7,1.8 cipherfil_8h-source.html,1.7,1.8 classsword_1_1_g_b_f_h_t_m_l-members.html,1.5,1.6 classsword_1_1_g_b_f_h_t_m_l.html,1.6,1.7 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f-members.html,1.5,1.6 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f.html,1.6,1.7 classsword_1_1_g_b_f_w_e_b_i_f-members.html,1.1,1.2 classsword_1_1_locale_mgr.html,1.5,1.6 classsword_1_1_o_s_i_s_h_t_m_l_href-members.html,1.1,1.2 classsword_1_1_o_s_i_s_h_t_m_l_href.html,1.1,1.2 classsword_1_1_o_s_i_s_plain-members.html,1.5,1.6 classsword_1_1_o_s_i_s_plain.html,1.6,1.7 classsword_1_1_o_s_i_s_r_t_f-members.html,1.5,1.6 classsword_1_1_o_s_i_s_r_t_f.html,1.6,1.7 classsword_1_1_s_w_basic_filter-members.html,1.5,1.6 classsword_1_1_s_w_basic_filter.html,1.6,1.7 classsword_1_1_s_w_buf.html,1.6,1.7 classsword_1_1_s_w_filter.html,1.6,1.7 classsword_1_1_s_w_mgr.html,1.6,1.7 classsword_1_1_s_w_option_filter.html,1.1,1.2 classsword_1_1_th_m_l_h_t_m_l-members.html,1.5,1.6 classsword_1_1_th_m_l_h_t_m_l.html,1.6,1.7 classsword_1_1_th_m_l_h_t_m_l_h_r_e_f-members.html,1.5,1.6 classsword_1_1_th_m_l_h_t_m_l_h_r_e_f.html,1.6,1.7 classsword_1_1_th_m_l_o_l_b-members.html,1.5,1.6 classsword_1_1_th_m_l_o_l_b.html,1.6,1.7 classsword_1_1_th_m_l_r_t_f-members.html,1.5,1.6 classsword_1_1_th_m_l_r_t_f.html,1.6,1.7 classsword_1_1_th_m_l_variants.html,1.6,1.7 classsword_1_1_th_m_l_w_e_b_i_f-members.html,1.1,1.2 classsword_1_1_u_t_f8_transliterator.html,1.6,1.7 classsword_1_1_x_m_l_tag.html,1.2,1.3 echomod_8h-source.html,1.7,1.8 femain_8h-source.html,1.7,1.8 filemgr_8h-source.html,1.7,1.8 functions.html,1.7,1.8 functions_func.html,1.1,1.2 gbffootnotes_8h-source.html,1.7,1.8 gbfheadings_8h-source.html,1.7,1.8 gbfhtml_8h-source.html,1.7,1.8 gbfhtmlhref_8h-source.html,1.7,1.8 gbfmorph_8h-source.html,1.7,1.8 gbfosis_8h-source.html,1.7,1.8 gbfplain_8h-source.html,1.7,1.8 gbfredletterwords_8h-source.html,1.7,1.8 gbfrtf_8h-source.html,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv8500
Modified Files:
swbuf.h
Log Message:
Martin:updated docs
Index: swbuf.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/swbuf.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- swbuf.h 5 Jul 2003 01:16:46 -0000 1.17
+++ swbuf.h 13 Jul 2003 16:00:46 -0000 1.18
@@ -129,6 +129,7 @@
* SWBuf::append - appends a value to the current value of this SWBuf.
* If the allocated memory is not enough, it will be resized accordingly.
* @param str Append this.
+ * @param max Append only max chars.
*/
void append(const char *str, int max = -1);
@@ -136,6 +137,7 @@
* SWBuf::append - appends a value to the current value of this SWBuf
* If the allocated memory is not enough, it will be resized accordingly.
* @param str Append this.
+ * @param max Append only max chars.
*/
inline void append(const SWBuf &str, int max = -1) { append(str.c_str(), max); }
- Previous message: [sword-cvs] sword/lib/vcppmake/vc6 libsword.dsp,1.9,1.10
- Next message: [sword-cvs] sword-apidoc/html _greek2_greek_8h-source.html,1.7,1.8 _greek_chars_8h-source.html,1.7,1.8 apocrypha_8h-source.html,1.3,1.4 cdsourcemgr_8h-source.html,1.7,1.8 cipherfil_8h-source.html,1.7,1.8 classsword_1_1_g_b_f_h_t_m_l-members.html,1.5,1.6 classsword_1_1_g_b_f_h_t_m_l.html,1.6,1.7 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f-members.html,1.5,1.6 classsword_1_1_g_b_f_h_t_m_l_h_r_e_f.html,1.6,1.7 classsword_1_1_g_b_f_w_e_b_i_f-members.html,1.1,1.2 classsword_1_1_locale_mgr.html,1.5,1.6 classsword_1_1_o_s_i_s_h_t_m_l_href-members.html,1.1,1.2 classsword_1_1_o_s_i_s_h_t_m_l_href.html,1.1,1.2 classsword_1_1_o_s_i_s_plain-members.html,1.5,1.6 classsword_1_1_o_s_i_s_plain.html,1.6,1.7 classsword_1_1_o_s_i_s_r_t_f-members.html,1.5,1.6 classsword_1_1_o_s_i_s_r_t_f.html,1.6,1.7 classsword_1_1_s_w_basic_filter-members.html,1.5,1.6 classsword_1_1_s_w_basic_filter.html,1.6,1.7 classsword_1_1_s_w_buf.html,1.6,1.7 classsword_1_1_s_w_filter.html,1.6,1.7 classsword_1_1_s_w_mgr.html,1.6,1.7 classsword_1_1_s_w_option_filter.html,1.1,1.2 classsword_1_1_th_m_l_h_t_m_l-members.html,1.5,1.6 classsword_1_1_th_m_l_h_t_m_l.html,1.6,1.7 classsword_1_1_th_m_l_h_t_m_l_h_r_e_f-members.html,1.5,1.6 classsword_1_1_th_m_l_h_t_m_l_h_r_e_f.html,1.6,1.7 classsword_1_1_th_m_l_o_l_b-members.html,1.5,1.6 classsword_1_1_th_m_l_o_l_b.html,1.6,1.7 classsword_1_1_th_m_l_r_t_f-members.html,1.5,1.6 classsword_1_1_th_m_l_r_t_f.html,1.6,1.7 classsword_1_1_th_m_l_variants.html,1.6,1.7 classsword_1_1_th_m_l_w_e_b_i_f-members.html,1.1,1.2 classsword_1_1_u_t_f8_transliterator.html,1.6,1.7 classsword_1_1_x_m_l_tag.html,1.2,1.3 echomod_8h-source.html,1.7,1.8 femain_8h-source.html,1.7,1.8 filemgr_8h-source.html,1.7,1.8 functions.html,1.7,1.8 functions_func.html,1.1,1.2 gbffootnotes_8h-source.html,1.7,1.8 gbfheadings_8h-source.html,1.7,1.8 gbfhtml_8h-source.html,1.7,1.8 gbfhtmlhref_8h-source.html,1.7,1.8 gbfmorph_8h-source.html,1.7,1.8 gbfosis_8h-source.html,1.7,1.8 gbfplain_8h-source.html,1.7,1.8 gbfredletterwords_8h-source.html,1.7,1.8 gbfrtf_8h-source.html,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]