ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Classes | Functions
etiss::string Namespace Reference

Classes

class  form_string
 

Functions

template<unsigned maxlen_plus1>
void strcpy (char *dst, const char *src)
 
std::ostream & operator<< (std::ostream &os, const form_string &fs)
 

Function Documentation

◆ operator<<()

std::ostream& etiss::string::operator<< ( std::ostream &  os,
const form_string fs 
)

Definition at line 219 of file FastString.h.

References etiss::string::form_string::c_str().

Here is the call graph for this function:

◆ strcpy()

template<unsigned maxlen_plus1>
void etiss::string::strcpy ( char *  dst,
const char *  src 
)

Definition at line 63 of file FastString.h.

References unlikely.