Go to the source code of this file.
Classes | |
class | adstring |
class | adstring_array |
class | adstring_shape |
class | line_adstring |
Functions | |
int | atoi (adstring &s) |
adstring | chr (int c) |
adstring | itoa (int n, int d) |
size_t | length (const adstring &t) |
std::ostream & | operator<< (const std::ostream &ifs, const adstring_array &sa) |
size_t | pos (const adstring &substr, const adstring &s) |
adstring | str (double x, int minwidth=17, int decplaces=-1) |
Convert x to adstring with minimum width and total number of decimal places. | |
adstring | str (const int x) |
void | str (const int, adstring &) |
adstring | to_lower (adstring &s) |
adstring_array | to_lower (adstring_array &s) |
adstring | to_upper (adstring &s) |
adstring_array | to_upper (adstring_array &s) |
void | val (const adstring &s, int &v, int &code) |
int | val (const adstring &s) |
Definition at line 12 of file atoi.cpp.
Referenced by ad_comm::ad_comm(), allocate_dvariable_space(), function_minimizer::computations1(), dlist::dlist(), get_f1b2buffer_size(), get_option_number(), gradient_structure::gradient_structure(), function_minimizer::hess_routine_noparallel_random_effects(), function_minimizer::hybrid_mcmc_routine(), laplace_approximation_calculator::laplace_approximation_calculator(), function_minimizer::likeprof_routine(), function_minimizer::limited_memory_quasi_newton(), function_minimizer::limited_memory_quasi_newton_block(), function_minimizer::mcmc_computations(), function_minimizer::mcmc_routine(), function_minimizer::minimize(), function_minimizer::pvm_master_mcmc_computations(), and function_minimizer::quasi_newton_block().
Definition at line 88 of file string2.cpp.
Referenced by str().
Definition at line 202 of file string1.cpp.
Referenced by ad_comm::allocate(), grad_stack::grad_stack(), function_minimizer::normalize_posterior_distribution(), grad_stack::read_grad_stack_buffer(), save_identifier_string(), grad_stack::set_gbuffer_pointers(), set_gradstack_flag(), and grad_stack::write_grad_stack_buffer().
std::ostream& operator<< | ( | const std::ostream & | ifs, |
const adstring_array & | sa | ||
) |
Definition at line 56 of file string3.cpp.
Referenced by test_smartlist::read_buffer(), fixed_smartlist::read_buffer(), fixed_smartlist2::read_buffer(), fixed_smartlist::read_file(), fixed_smartlist2::read_file(), restore_banded_lower_triangular_dvar_matrix_derivatives(), restore_bounded_symmetric_dvar_matrix_derivatives(), restore_dvar_matrix_der_nozero(), restore_dvar_matrix_derivative_column(), restore_dvar_matrix_derivative_row(), restore_dvar_matrix_derivatives(), restore_prevariable_derivative(), dmatrix::save_dmatrix_derivatives(), save_dmatrix_derivatives(), dmatrix::save_dmatrix_derivatives_na(), save_double_derivative(), test_smartlist::write_buffer(), fixed_smartlist::write_buffer(), fixed_smartlist2::write_buffer(), fixed_smartlist::write_buffer_one_less(), fixed_smartlist2::write_buffer_one_less(), DF_FILE::~DF_FILE(), fixed_smartlist::~fixed_smartlist(), fixed_smartlist2::~fixed_smartlist2(), grad_stack::~grad_stack(), and test_smartlist::~test_smartlist().
Convert x to adstring with minimum width and total number of decimal places.
Definition at line 24 of file str.cpp.
Referenced by param_init_bounded_number_matrix::allocate(), df1b2_init_number_vector::allocate(), df1b2_init_bounded_number_vector::allocate(), param_init_vector_vector::allocate(), param_init_bounded_vector_vector::allocate(), param_init_matrix_vector::allocate(), param_init_bounded_matrix_vector::allocate(), param_init_number_vector::allocate(), param_init_bounded_number_vector::allocate(), admb::messages::array_bounds_error(), df_check_derivative_values(), df_check_derivative_values_indexed(), df_check_derivative_values_indexed_break(), df_print_identifier_string(), initial_params::get_reportfile_name(), get_string_marker(), initial_params::save(), set_gradstack_flag(), and verify_identifier_string().
Definition at line 29 of file strcase.cpp.
adstring_array to_lower | ( | adstring_array & | s | ) |
Definition at line 30 of file strcase2.cpp.
Definition at line 36 of file strcase.cpp.
adstring_array to_upper | ( | adstring_array & | s | ) |
Definition at line 37 of file strcase2.cpp.
Definition at line 10 of file val.cpp.
Referenced by function_minimizer::normalize_posterior_distribution(), and val().
Generated on Tue Mar 8 2016 19:51:36 for ADMB Documentation by 1.8.0 |