Static Public Attributes | List of all members
Celartem::DataTraits< Rational< Int > > Struct Template Reference

#include <cel_rational.h>

Static Public Attributes

static const CopyPolicy copyPolicy = byMemcpy
 Rational can be copied by std::memcpy. More...
 
static const StoragePolicy storagePolicy = byClassMethods
 write/read by class methods. More...
 

Detailed Description

template<typename Int>
struct Celartem::DataTraits< Rational< Int > >

DataTraits for Rational struct; it can be copied by std::memcpy, write to/read from the stream is via special methods.

Member Data Documentation

template<typename Int >
const CopyPolicy Celartem::DataTraits< Rational< Int > >::copyPolicy = byMemcpy
static

Rational can be copied by std::memcpy.

template<typename Int >
const StoragePolicy Celartem::DataTraits< Rational< Int > >::storagePolicy = byClassMethods
static

write/read by class methods.


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

Cuminas DjVu SDK 3.0.33103
This document is made with doxygen 1.8.5 at Sun Dec 15 2013 19:38:06.
Cuminas Logo