#include <Darray.h>
Collaboration diagram for Darray< Logic_t >:

Public Types | |
| typedef Logic_t | DataType |
Public Member Functions | |
| Darray (const Darray &rhs) | |
| Darray (const int Size) | |
| Darray & | operator= (const Darray &rhs) |
| Logic_t & | operator[] (const int i) |
| int | Size () |
| ~Darray () | |
Private Attributes | |
| Logic_t * | _data |
| int | _Size |
|
|||||
|
|
|
||||||||||
|
Definition at line 28 of file Darray.h. References Darray< Logic_t >._Size.
|
|
||||||||||
|
Definition at line 35 of file Darray.h. References Darray< Logic_t >._data, and Darray< Logic_t >._Size.
|
|
|||||||||
|
Definition at line 43 of file Darray.h.
|
|
||||||||||
|
Definition at line 49 of file Darray.h. References Darray< Logic_t >._data, and Darray< Logic_t >._Size.
|
|
||||||||||
|
Definition at line 20 of file Darray.h.
00020 { return _data[i]; }
|
|
|||||||||
|
Definition at line 21 of file Darray.h. References Darray< Logic_t >._Size. Referenced by All(), And(), Any(), MAll(), MAny(), Not(), Or(), and Xor().
00021 { return _Size; }
|
|
|||||
|
Definition at line 24 of file Darray.h. Referenced by Darray< Logic_t >.Darray(), and Darray< Logic_t >.operator=(). |
|
|||||
|
Definition at line 23 of file Darray.h. Referenced by Darray< Logic_t >.Darray(), Darray< Logic_t >.operator=(), and Darray< Logic_t >.Size(). |
1.3.6