syntactic Class Reference

#include <syntactic.hpp>

List of all members.

Public Member Functions

Protected Member Functions

Protected Attributes

Friends


Detailed Description

Definition at line 25 of file syntactic.hpp.


Constructor & Destructor Documentation

syntactic ( const generic g  )  [inline, protected]

Definition at line 29 of file syntactic.hpp.

00029 : rep (g) {}

syntactic (  )  [inline]

Definition at line 31 of file syntactic.hpp.

Referenced by syntactic::operator[]().

00031 : rep () {}

syntactic ( const char *  s  )  [inline]

Definition at line 32 of file syntactic.hpp.

00032 : rep (s) {}

syntactic ( const string s  )  [inline]

Definition at line 33 of file syntactic.hpp.

00033 : rep (s) {}

syntactic ( const int &  i  ) 

Definition at line 24 of file syntactic.cpp.

00024 : rep (as_string (i)) {}


Member Function Documentation

void operator delete ( void *  ptr,
size_t  sz 
) [inline]

Definition at line 26 of file syntactic.hpp.

00027 :
  generic rep;

void operator delete[] ( void *  ptr,
size_t  sz 
) [inline]

Definition at line 26 of file syntactic.hpp.

00027 :
  generic rep;

void* operator new ( size_t  sz,
void *  where 
) [inline]

Definition at line 26 of file syntactic.hpp.

00027 :
  generic rep;

void* operator new ( size_t  sz  )  [inline]

Definition at line 26 of file syntactic.hpp.

00027 :
  generic rep;

void* operator new[] ( size_t  sz,
void *  where 
) [inline]

Definition at line 26 of file syntactic.hpp.

00027 :
  generic rep;

void* operator new[] ( size_t  sz  )  [inline]

Definition at line 26 of file syntactic.hpp.

00027 :
  generic rep;

generic operator* (  )  const [inline]

Definition at line 35 of file syntactic.hpp.

References syntactic::rep.

00035 { return rep; }

syntactic operator[] ( nat  i  )  const [inline]

Definition at line 38 of file syntactic.hpp.

References syntactic::rep, and syntactic::syntactic().

00038 { return syntactic (rep[i]); }


Friends And Related Function Documentation

syntactic as_syntactic ( const generic g  )  [friend]

Definition at line 46 of file syntactic.hpp.

00046 { return syntactic (g); }

nat N ( const syntactic g  )  [friend]

Definition at line 37 of file syntactic.hpp.

00037 { return N (g.rep); }


Member Data Documentation

generic rep [protected]

Definition at line 28 of file syntactic.hpp.

Referenced by syntactic::operator*(), and syntactic::operator[]().


The documentation for this class was generated from the following files:

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1