Rosetta
Namespaces | Enumerations | Functions
dating.hh File Reference

Declarations for utility functions involving calendar dates, not for finding new romantic partners. More...

#include <string>

Namespaces

 utility
 unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0.
 

Enumerations

enum  utility::DateFormat { utility::PDB_FORMAT = 1 }
 Enumeration of acceptable date formats. More...
 

Functions

std::string utility::get_current_date (DateFormat const format)
 Return current date in the requested format. More...
 

Detailed Description

Declarations for utility functions involving calendar dates, not for finding new romantic partners.

Author
Labonte JWLab.nosp@m.onte.nosp@m.@jhu..nosp@m.edu
Note
This file was created at the request of Vikram. Currently, the only code using this (currently) single function is .pdb file output code, but perhaps other needs for dating output might be needed in the future....