Key with some level dependent information. More...
#include <element.hh>
Public Member Functions | |
| uint | j () const |
| Key (const Key &key) | |
| Key (uint l, uint j) | |
| uint | l () const |
| int | operator== (const Key &key) const |
Private Attributes | |
| uint | j_ |
| number | |
| uint | l_ |
| level | |
Key with some level dependent information.
Definition at line 336 of file element.hh.
| bem::Constant3d001< F >::Key::Key | ( | uint | l, |
| uint | j | ||
| ) | [inline] |
Definition at line 338 of file element.hh.
| bem::Constant3d001< F >::Key::Key | ( | const Key & | key | ) | [inline] |
Definition at line 339 of file element.hh.
| uint bem::Constant3d001< F >::Key::j | ( | ) | const [inline] |
Definition at line 345 of file element.hh.
| uint bem::Constant3d001< F >::Key::l | ( | ) | const [inline] |
Definition at line 344 of file element.hh.
| int bem::Constant3d001< F >::Key::operator== | ( | const Key & | key | ) | const [inline] |
uint bem::Constant3d001< F >::Key::j_ [private] |
number
Definition at line 351 of file element.hh.
uint bem::Constant3d001< F >::Key::l_ [private] |
level
Definition at line 349 of file element.hh.