MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
mbstrbuf.cc File Reference
#include "mbconfig.h"
#include <cstdio>
#include <cstring>
#include "mbstrbuf.h"
Include dependency graph for mbstrbuf.cc:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const mbstrbuf &buf)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const mbstrbuf buf 
)

Definition at line 111 of file mbstrbuf.cc.

References mbstrbuf::buf.

112 {
113  return out << buf.buf;
114 }
char * buf
Definition: mbstrbuf.h:43