File: DateNumber.3cc

package info (click to toggle)
libcommoncpp2 1.0.13-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,740 kB
  • ctags: 2,860
  • sloc: cpp: 18,857; sh: 8,451; ansic: 1,546; makefile: 299; xml: 5
file content (47 lines) | stat: -rw-r--r-- 1,012 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.TH "DateNumber" 3 "19 Jul 2003" "CommonC++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
DateNumber \- A number class that manipulates a string buffer that is also a date. a number that is also a date string. 
.SH SYNOPSIS
.br
.PP
\fC#include <numbers.h>\fP
.PP
Inherits \fBNumber\fP, and \fBDate\fP.
.PP
.SS "Public Methods"

.in +1c
.ti -1c
.RI "\fBDateNumber\fP (char *\fBbuffer\fP)"
.br
.in -1c
.SS "Protected Methods"

.in +1c
.ti -1c
.RI "void \fBupdate\fP (void)"
.br
.in -1c
.SH "DETAILED DESCRIPTION"
.PP 
A number class that manipulates a string buffer that is also a date. a number that is also a date string.
.PP
\fBAuthor: \fP
.in +1c
David Sugar <dyfet@ostel.com> 
.PP
.SH "CONSTRUCTOR & DESTRUCTOR DOCUMENTATION"
.PP 
.SS "DateNumber::DateNumber (char * buffer)"
.PP
.SH "MEMBER FUNCTION DOCUMENTATION"
.PP 
.SS "void DateNumber::update (void)\fC [inline, protected, virtual]\fP"
.PP
Reimplemented from \fBDate\fP.

.SH "AUTHOR"
.PP 
Generated automatically by Doxygen for CommonC++ from the source code.