ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Classes | Functions
adstring.hpp File Reference

(* $Id$)

#include "clist.h"
#include <string.h>
#include <ostream>
#include <stdio.h>

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)

Function Documentation

int atoi ( adstring s)
adstring chr ( int  c)

Definition at line 114 of file str.cpp.

adstring itoa ( int  n,
int  d 
)

Definition at line 88 of file string2.cpp.

Referenced by str().

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 
)
adstring str ( const int  x)

Definition at line 100 of file str.cpp.

void str ( const int  ,
adstring  
)

Definition at line 89 of file str.cpp.

Definition at line 29 of file strcase.cpp.

Definition at line 30 of file strcase2.cpp.

Definition at line 36 of file strcase.cpp.

Definition at line 37 of file strcase2.cpp.

void val ( const adstring s,
int &  v,
int &  code 
)

Definition at line 10 of file val.cpp.

Referenced by function_minimizer::normalize_posterior_distribution(), and val().

int val ( const adstring s)

Definition at line 24 of file val.cpp.