Guitar
Functions
charvec.h File Reference
#include <vector>
#include <string>
Include dependency graph for charvec.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void vecprint (std::vector< char > *out, char c)
 
void vecprint (std::vector< char > *out, char const *begin, char const *end)
 
void vecprint (std::vector< char > *out, char const *ptr, size_t len)
 
void vecprint (std::vector< char > *out, char const *s)
 
void vecprint (std::vector< char > *out, std::string const &s)
 
void vecprint (std::vector< char > *out, std::vector< char > const *in)
 
std::string to_stdstr (std::vector< char > const &vec)
 

Function Documentation

◆ to_stdstr()

std::string to_stdstr ( std::vector< char > const &  vec)

◆ vecprint() [1/6]

void vecprint ( std::vector< char > *  out,
char  c 
)

◆ vecprint() [2/6]

void vecprint ( std::vector< char > *  out,
char const *  begin,
char const *  end 
)

◆ vecprint() [3/6]

void vecprint ( std::vector< char > *  out,
char const *  ptr,
size_t  len 
)
Here is the call graph for this function:

◆ vecprint() [4/6]

void vecprint ( std::vector< char > *  out,
char const *  s 
)
Here is the call graph for this function:

◆ vecprint() [5/6]

void vecprint ( std::vector< char > *  out,
std::string const &  s 
)
Here is the call graph for this function:

◆ vecprint() [6/6]

void vecprint ( std::vector< char > *  out,
std::vector< char > const *  in 
)
Here is the call graph for this function: