ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
string6.cpp File Reference

(Last Changed on April 04, 2020 for git-revision 4c2b56675dc4e9eae07127ba8f8733c85ab28d01.)

Utility functions for adstring. More...

#include <adstring.hpp>

Go to the source code of this file.

Functions

adstring operator+ (const adstring &u, const unsigned char v)
 Concatenate adstring u with unsigned char v. More...
 
adstring operator+ (const adstring &u, const char v)
 Concatenate adstring u with char v. More...
 
adstring operator+ (const adstring &u, const unsigned char *v)
 Concatenate adstring u with unsigned char v. More...
 
adstring operator+ (const adstring &u, const char *v)
 Concatenate adstring u with char* v. More...
 
adstring operator+ (const unsigned char *v, const adstring &u)
 Concatenate unsigned char* v with adstring u. More...
 
adstring operator+ (const char *v, const adstring &u)
 Concatenate char* v with adstring u. More...
 
adstring operator+ (const unsigned char u, const adstring &v)
 Concatenate unsigned char u with adstring v. More...
 

Detailed Description

Utility functions for adstring.

Author
David Fournier

Definition in file string6.cpp.

Function Documentation

adstring operator+ ( const adstring u,
const unsigned char  v 
)

Concatenate adstring u with unsigned char v.

Parameters
uleft hand side
vright hand side

Definition at line 16 of file string6.cpp.

adstring operator+ ( const adstring u,
const char  v 
)

Concatenate adstring u with char v.

Parameters
uleft hand side
vright hand side

Definition at line 26 of file string6.cpp.

adstring operator+ ( const adstring u,
const unsigned char *  v 
)

Concatenate adstring u with unsigned char v.

Parameters
uleft hand side
vright hand side

Definition at line 36 of file string6.cpp.

adstring operator+ ( const adstring u,
const char *  v 
)

Concatenate adstring u with char* v.

Parameters
uleft hand side
vright hand side

Definition at line 46 of file string6.cpp.

adstring operator+ ( const unsigned char *  v,
const adstring u 
)

Concatenate unsigned char* v with adstring u.

Parameters
uleft hand side
vright hand side

Definition at line 56 of file string6.cpp.

adstring operator+ ( const char *  v,
const adstring u 
)

Concatenate char* v with adstring u.

Parameters
uleft hand side
vright hand side

Definition at line 66 of file string6.cpp.

adstring operator+ ( const unsigned char  u,
const adstring v 
)

Concatenate unsigned char u with adstring v.

Parameters
uleft hand side
vright hand side

Definition at line 77 of file string6.cpp.