TimeDate: name: TimeDate namespace: Extra methods: - name: time ret_type: int - name: date ret_type: int - name: day ret_type: Day - name: format ret_type: Format enumerations: - name: Day variants: - Monday - Tuesday - Wednesday - Thursday - Friday - Saturday - Sunday - name: Format variants: - ISO - Metric - Imperial IODevice: name: IODevice namespace: IO methods: - identifier: read arg_type: int size ret_type: std::vector - identifier: write arg_type: const std::vector &buff ret_type: int - identifier: setIOMode arg_type: IOMode mode ret_type: bool - identifier: getIOMode arg_type: ret_type: IOMode enumerations: - name: IOMode variants: - Read - Write - ReadWrite SourceFiles: files: - TimeDate.cpp - TimeDate.h - IODevice.hpp