Skip to main content

The SpecFormat Struct Reference

Declaration

struct SpecFormat { ... }

Public Member Attributes Index

const reg::Exre
intcount
intoffset
intformat

Definition at line 82 of file datetime.cpp.

Public Member Attributes

count

int SpecFormat::count

Definition at line 85 of file datetime.cpp.

85 int count;

format

int SpecFormat::format

Definition at line 87 of file datetime.cpp.

87 int format;

offset

int SpecFormat::offset

Definition at line 86 of file datetime.cpp.

86 int offset;

re

const reg::Ex SpecFormat::re

Definition at line 84 of file datetime.cpp.

84 const reg::Ex re;

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


Generated via doxygen2docusaurus by Doxygen 1.14.0.