Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

panda/src/downloader/httpDate.cxx File Reference

#include "httpDate.h"
#include <ctype.h>

Go to the source code of this file.

Variables

const int num_weekdays = 7
const char *const weekdays [num_weekdays]
const int num_months = 12
const char *const months [num_months]


Detailed Description

Definition in file httpDate.cxx.


Variable Documentation

const char* const months[num_months] [static]
 

Initial value:

 {
  "Jan", "Feb", "Mar", "Apr", "May", "Jun",
  "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
}

Definition at line 32 of file httpDate.cxx.

Referenced by HTTPDate::get_string().

const int num_months = 12 [static]
 

Definition at line 31 of file httpDate.cxx.

const int num_weekdays = 7 [static]
 

Definition at line 26 of file httpDate.cxx.

const char* const weekdays[num_weekdays] [static]
 

Initial value:

 {
  "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"
}

Definition at line 27 of file httpDate.cxx.


Generated on Fri May 2 00:45:20 2003 for Panda by doxygen1.3