#include <string>
#include <sstream>
#include <stdair/stdair_exceptions.hpp>
#include <stdair/service/Logger.hpp>
Go to the source code of this file.
|
| | stdair |
| | Handle on the StdAir library context.
|
| |
|
| template<int MIN, int MAX> |
| date_time_element< MIN, MAX > | stdair::operator* (const date_time_element< MIN, MAX > &o1, const date_time_element< MIN, MAX > &o2) |
| |
| template<int MIN, int MAX> |
| date_time_element< MIN, MAX > | stdair::operator+ (const date_time_element< MIN, MAX > &o1, const date_time_element< MIN, MAX > &o2) |
| |