Static Public Attributes

Celartem::DataTraits< Rational< Int > > Struct Template Reference

#include <cel_rational.h>

List of all members.

Static Public Attributes

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

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:

This document is made with doxygen 1.7.1 at Thu Feb 17 2011 15:40:18.
Caminova Logo