Nanoki 1.10 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Nanoki 1.10 (Default branch)
# 1  
Old 09-22-2008
Nanoki 1.10 (Default branch)

ImageNanoki is a simple, elegant wiki engine implemented in Lua.License: MIT/X Consortium LicenseChanges:
This release introduces support for Ident (RFC 1413) as well as various bugfixes.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
ost::AppLog::Ident(3)					     Library Functions Manual					     ost::AppLog::Ident(3)

NAME
ost::AppLog::Ident - Ident class that represents module name. SYNOPSIS
#include <applog.h> Public Member Functions Ident () Constructor. ~Ident () Desctructor. Ident (Ident &id) Copy constructor. Ident (const char *str) const char* constructor, provided for convenience. std::string & str () std::string cast. Ident & operator= (std::string &st) Assignment operator (string). Ident & operator= (const char str[]) Assignment operator (const char[]), provided for convenience. const char * c_str () const char* cast provided for conveneince. Detailed Description Ident class that represents module name. Constructor &; Destructor Documentation ost::AppLog::Ident::Ident () [inline] Constructor. ost::AppLog::Ident::~Ident () [inline] Desctructor. ost::AppLog::Ident::Ident (Ident &id) [inline] Copy constructor. ost::AppLog::Ident::Ident (const char *str) [inline] const char* constructor, provided for convenience. Member Function Documentation const char* ost::AppLog::Ident::c_str () [inline] const char* cast provided for conveneince. Referenced by ost::AppLog::operator()(), and ost::AppLog::operator<<(). Ident& ost::AppLog::Ident::operator= (std::string &st) [inline] Assignment operator (string). Ident& ost::AppLog::Ident::operator= (const charstr[]) [inline] Assignment operator (const char[]), provided for convenience. std::string& ost::AppLog::Ident::str () [inline] std::string cast. Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::AppLog::Ident(3)