pan_beutil_time_t Struct Reference

#include <pantheios/util/be/time.h>

List of all members.


Detailed Description

Structure for use with the pantheios_util_getCurrentTime() function.


Public Member Functions

 pan_beutil_time_t (size_t cap, char *s, char const *f=NULL)

Public Attributes

size_t capacity
size_t len
char * str
char const * strftimeFmt


Constructor & Destructor Documentation

pan_beutil_time_t::pan_beutil_time_t size_t  cap,
char *  s,
char const *  f = NULL
[inline]
 


Member Data Documentation

size_t pan_beutil_time_t::capacity
 

The capacity of the buffer in str.

size_t pan_beutil_time_t::len
 

The length of the string written into str.

char* pan_beutil_time_t::str
 

The buffer into which the results are written. Its maximum length is capacity.

char const* pan_beutil_time_t::strftimeFmt
 

The time string format. Ignored on Windows, which uses the user/system locale time picture. May be NULL.


The documentation for this struct was generated from the following file:

pantheios Library documentation © Matthew Wilson, 2006 SourceForge.net Logo