tinyexp< X, N, E > Struct Template Reference

List of all members.

Detailed Description

template<char X, int N, class E = char>
struct tinyexp< X, N, E >

Dynamic exponent.

Definition at line 20 of file tinyexp.h.

Public Types

typedef E exponent_t
typedef int degree_t
typedef tinyexp< X, N, E > self_t

Public Member Functions

 tinyexp ()
 tinyexp (const tinyexp< X, N, E > &d)
 tinyexp (int s, E *t)
 ~tinyexp ()
operator[] (int i) const
tinyexpoperator= (const tinyexp &A)
self_toperator+= (const tinyexp< X, N, E > &B)
void reserve (int d)
self_t setExponent (int i, int d)

Public Attributes

E * tab

Friends

bool operator== (const tinyexp &A, const tinyexp &B)


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

SYNAPS DOCUMENTATION
logo