ARB
|
#include <gb_aci.h>
Public Member Functions | |
void | insert (char *copy) |
void | insert (GBL smartie) |
const char * | get (int idx) const |
GBL | get_smart (int idx) const |
int | size () const |
bool | empty () const |
void | erase () |
char * | concatenated () const |
void | swap (GBL_streams &other) |
|
inline |
Definition at line 35 of file gb_aci.h.
Referenced by apply_ACI(), and gbl_mid_streams().
Definition at line 37 of file gb_aci.h.
References gb_assert.
Referenced by apply_ACI(), apply_filters(), apply_to_origin(), applyToItemFoundByKey(), convert_case(), count_by_tab(), dumpStreams(), format(), gbl_and(), gbl_apply_binary_operator(), gbl_checksum(), gbl_colsplit(), gbl_command(), gbl_crop(), gbl_do(), gbl_dropempty(), gbl_dropzero(), gbl_escape(), gbl_eval(), gbl_exec(), gbl_extract_sequence(), gbl_extract_words(), gbl_gcgchecksum(), gbl_inRange(), gbl_isEmpty(), gbl_merge(), gbl_mid_streams(), gbl_not(), gbl_or(), gbl_quote(), gbl_round(), gbl_select(), gbl_split(), gbl_srt(), gbl_translate(), gbl_unescape(), gbl_unquote(), GBL_command_arguments::get_optional_param(), GBL_command_arguments::get_param(), remove_by_tab(), tab(), and GBL_IMPL::trace_params().
|
inline |
Definition at line 38 of file gb_aci.h.
References gb_assert.
Referenced by GBL_command_arguments::get_param_smart().
|
inline |
Definition at line 39 of file gb_aci.h.
Referenced by apply_ACI(), apply_filters(), apply_to_origin(), applyToItemFoundByKey(), backfront_stream(), GBL_IMPL::check_valid_stream_index(), convert_case(), count_by_tab(), dumpStreams(), format(), gbl_and(), gbl_apply_binary_operator(), gbl_checksum(), gbl_colsplit(), gbl_command(), gbl_crop(), gbl_do(), gbl_drop(), gbl_dropempty(), gbl_dropzero(), gbl_escape(), gbl_eval(), gbl_exec(), gbl_extract_sequence(), gbl_extract_words(), gbl_gcgchecksum(), gbl_inRange(), gbl_isEmpty(), gbl_merge(), gbl_mid_streams(), gbl_not(), gbl_or(), gbl_quote(), gbl_round(), gbl_select(), gbl_split(), gbl_srt(), gbl_streams(), gbl_swap(), gbl_translate(), gbl_unescape(), gbl_unquote(), GBL_command_arguments::get_optional_param(), GBL_command_arguments::param_count(), remove_by_tab(), tab(), and GBL_IMPL::trace_params().
|
inline |
Definition at line 40 of file gb_aci.h.
Referenced by dumpStreams().
|
inline |
Definition at line 42 of file gb_aci.h.
Referenced by apply_ACI().
char * GBL_streams::concatenated | ( | ) | const |
Definition at line 348 of file gb_aci.cxx.
References ARB_strdup(), GBS_strstruct::cat(), GBS_strstruct::release_memfriendly(), and s.
Referenced by apply_ACI().
|
inline |