Static Public Member Functions

Vprintf Class Reference

Printf implementation. More...

#include <vprintf.h>

Inheritance diagram for Vprintf:
Logging

List of all members.

Static Public Member Functions

static void vprintf (PutcFunction putc, void *data, const char *format, va_list &ap)
static void printf (PutcFunction putc, void *data, const char *format,...) __attribute__((format(printf
static void static void snprintf (char *dst, unsigned size, const char *format,...) __attribute__((format(printf

Detailed Description

Printf implementation.

Copyright (C) 2007-2008, Bernhard Kauer <bk@vmmon.org> Economic rights: Technische Universitaet Dresden (Germany)

This file is part of Vancouver.

Vancouver is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Vancouver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details.


Member Function Documentation

void Vprintf::printf ( PutcFunction  putc,
void *  data,
const char *  format,
  ... 
) [static]
void Vprintf::snprintf ( char *  dst,
unsigned  size,
const char *  format,
  ... 
) [static]
void Vprintf::vprintf ( PutcFunction  putc,
void *  data,
const char *  format,
va_list &  ap 
) [static]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines