|
ADMB Documentation
-a65f1c97
|
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... | |
Utility functions for adstring.
Definition in file string6.cpp.
Concatenate adstring u with unsigned char v.
| u | left hand side |
| v | right hand side |
Definition at line 16 of file string6.cpp.
Concatenate adstring u with char v.
| u | left hand side |
| v | right hand side |
Definition at line 26 of file string6.cpp.
Concatenate adstring u with unsigned char v.
| u | left hand side |
| v | right hand side |
Definition at line 36 of file string6.cpp.
Concatenate adstring u with char* v.
| u | left hand side |
| v | right hand side |
Definition at line 46 of file string6.cpp.
Concatenate unsigned char* v with adstring u.
| u | left hand side |
| v | right hand side |
Definition at line 56 of file string6.cpp.
Concatenate char* v with adstring u.
| u | left hand side |
| v | right hand side |
Definition at line 66 of file string6.cpp.
Concatenate unsigned char u with adstring v.
| u | left hand side |
| v | right hand side |
Definition at line 77 of file string6.cpp.
|
|
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5
|