#include "DateTime.h"
#include "KKStr.h"
Go to the source code of this file.
|
| | KKB |
| | KKB The namespace for KKBase Library supporting general functionality needed by almost any application.
|
| |
|
| HTMLReport &__cdecl | KKB::endl (HTMLReport &htmlReport) |
| |
| HTMLReport &__cdecl | KKB::operator<< (HTMLReport &htmlReport, HTMLReport &(__cdecl *mf)(HTMLReport &)) |
| |
| HTMLReport & | KKB::operator<< (HTMLReport &htmlReport, kkint32 right) |
| |
| HTMLReport & | KKB::operator<< (HTMLReport &htmlReport, kkuint32 right) |
| |
| HTMLReport & | KKB::operator<< (HTMLReport &htmlReport, kkint64 right) |
| |
| HTMLReport & | KKB::operator<< (HTMLReport &htmlReport, kkuint64 right) |
| |
| HTMLReport & | KKB::operator<< (HTMLReport &htmlReport, double right) |
| |
| HTMLReport & | KKB::operator<< (HTMLReport &htmlReport, char right) |
| |
| HTMLReport & | KKB::operator<< (HTMLReport &htmlReport, const char *right) |
| |
| HTMLReport & | KKB::operator<< (HTMLReport &htmlReport, const KKStr &right) |
| |
| HTMLReport & | KKB::operator<< (HTMLReport &htmlReport, KKStrConstPtr right) |
| |
| HTMLReport & | KKB::operator<< (HTMLReport &htmlReport, const DateTime &right) |
| |