0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Macros | Functions
TimeInline.h File Reference

An inline helper function to parse timestamps in YYYY-mm-dd[ HH:MM[:SS[.SS|:NS]]] format. More...

#include <Common/System.h>
#include <Common/Time.h>
#include <stdexcept>
Include dependency graph for TimeInline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Hypertable
 Hypertable definitions
 

Macros

#define HT_DELIM_CHECK(_l_, _c_)
 
#define HT_RANGE_CHECK(_v_, _min_, _max_)
 

Functions

int64_t Hypertable::parse_ts (const char *ts)
 Inline function which parses a string with a timestamp in localtime and returns a 64bit nanosecond timestamp. More...
 

Detailed Description

An inline helper function to parse timestamps in YYYY-mm-dd[ HH:MM[:SS[.SS|:NS]]] format.

Definition in file TimeInline.h.