Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

string.h(3) [centos man page]

string.h(3)                                                  Library Functions Manual                                                  string.h(3)

NAME
string.h - Common C++ generic string class. SYNOPSIS
#include <cc++/missing.h> #include <cc++/strchar.h> Classes class ost::String This is a generic and portable string class. class ost::SString class ost::StringObject The StringObject class is used to derive subclasses that use the String managed memory pool for all space allocations by overriding new and delete operators. Namespaces namespace ost Detailed Description Common C++ generic string class. Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 string.h(3)

Check Out this Related Man Page

applog.h(3)						     Library Functions Manual						       applog.h(3)

NAME
applog.h - Application logging facilities abstraction. SYNOPSIS
#include <cc++/slog.h> #include <cc++/exception.h> #include <string> #include <sstream> #include <iostream> #include <map> Classes class ost::HEXdump Produces a dump of a buffer in a hexdump way with its code Ascii translation and relative buffer address. class ost::AppLog Application logger is a class that implements a logger that can be used by applications to save log file somewhere on the system. class ost::AppLog::Ident Ident class that represents module name. Namespaces namespace ost Functions __EXPORT AppLog & ost::debug (AppLog &sl) Manipulator for debug level. __EXPORT AppLog & ost::warn (AppLog &sl) Manipulator for warn level. __EXPORT AppLog & ost::error (AppLog &sl) Manipulator for error level. __EXPORT AppLog & ost::emerg (AppLog &sl) Manipulator for emerg level. __EXPORT AppLog & ost::alert (AppLog &sl) Manipulator for alert level. __EXPORT AppLog & ost::critical (AppLog &sl) Manipulator for critical level. __EXPORT AppLog & ost::notice (AppLog &sl) Manipulator for notice level. __EXPORT AppLog & ost::info (AppLog &sl) Manipulator for info level. Variables __EXPORT AppLog ost::alog alog global log stream definition Detailed Description Application logging facilities abstraction. Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 applog.h(3)
Man Page