sexp_string_t::parse ( struct sexp_input_stream_t* sis )
Field 'this.data_string' in the object of this method is of type 'struct sexp_simple_string_t'.
sexp_input_stream_t::scan_token ( struct sexp_simple_string_t& ss )
1st parameter 'ss' (reference) has base type 'struct sexp_simple_string_t'.
sexp_input_stream_t::scan_base64_string ( struct sexp_simple_string_t& ss, uint32_t length )
1st parameter 'ss' (reference) has base type 'struct sexp_simple_string_t'.
sexp_input_stream_t::scan_quoted_string ( struct sexp_simple_string_t& ss, uint32_t length )
1st parameter 'ss' (reference) has base type 'struct sexp_simple_string_t'.
sexp_input_stream_t::scan_simple_string ( )
Return value is of type 'struct sexp_simple_string_t'.
sexp_input_stream_t::scan_verbatim_string ( struct sexp_simple_string_t& ss, uint32_t length )
1st parameter 'ss' (reference) has base type 'struct sexp_simple_string_t'.
sexp_input_stream_t::scan_hexadecimal_string ( struct sexp_simple_string_t& ss, uint32_t length )
1st parameter 'ss' (reference) has base type 'struct sexp_simple_string_t'.
sexp_string_t::print_advanced ( struct sexp_output_stream_t* os )
Field 'this.data_string' in the object of this method is of type 'struct sexp_simple_string_t'.
sexp_string_t::advanced_length ( struct sexp_output_stream_t* os )
Field 'this.data_string' in the object of this method is of type 'struct sexp_simple_string_t'.
sexp_string_t::print_canonical ( struct sexp_output_stream_t* os )
Field 'this.data_string' in the object of this method is of type 'struct sexp_simple_string_t'.
...