| souffle
    2.0.2-371-g6315b36
    | 
#include <Global.h>

| Public Member Functions | |
| BaseTable () | |
| BaseTable (const BaseTable &other) | |
| const std::map< K, V > & | data () const | 
| void | data (const std::map< K, V > &otherData) | 
| const V & | get (const K &key) const | 
| const V & | get (const K &key, const V &value) const | 
| bool | has (const K &key) const | 
| bool | has (const K &key, const V &value) const | 
| BaseTable & | operator= (const BaseTable &other) | 
| void | print (std::ostream &os) | 
| void | set (const K &key) | 
| void | set (const K &key, const V &value) | 
| void | unset (const K &key) | 
| Private Attributes | |
| std::map< K, V > | _data | 
| const V | _default | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
Definition at line 54 of file Global.h.
References souffle::BaseTable< K, V >::_data, and souffle::BaseTable< K, V >::has().

| 
 | inline | 
Definition at line 58 of file Global.h.
References souffle::BaseTable< K, V >::_data.
| 
 | inline | 
Definition at line 63 of file Global.h.
References souffle::BaseTable< K, V >::_data, and souffle::BaseTable< K, V >::has().

| 
 | inline | 
Definition at line 67 of file Global.h.
References souffle::BaseTable< K, V >::_data, and souffle::BaseTable< K, V >::_default.
| 
 | inline | 
Definition at line 71 of file Global.h.
References souffle::BaseTable< K, V >::_data.
Referenced by souffle::BaseTable< K, V >::data(), souffle::BaseTable< K, V >::get(), and souffle::BaseTable< K, V >::operator=().
| 
 | inline | 
| 
 | inline | 
Definition at line 49 of file Global.h.
References souffle::BaseTable< K, V >::_data, souffle::BaseTable< K, V >::_default, and souffle::BaseTable< K, V >::has().

| 
 | inline | 
Definition at line 92 of file Global.h.
References souffle::MainOption::argument, souffle::MainOption::longName, and souffle::MainOption::shortName.
| 
 | inline | 
Definition at line 80 of file Global.h.
References souffle::BaseTable< K, V >::_data.
| 
 | inline | 
| 
 | inline | 
| 
 | private | 
Definition at line 100 of file Global.h.
Referenced by souffle::BaseTable< K, V >::BaseTable(), souffle::BaseTable< K, V >::data(), souffle::BaseTable< K, V >::get(), souffle::BaseTable< K, V >::has(), souffle::BaseTable< K, V >::operator=(), and souffle::BaseTable< K, V >::set().
| 
 | private | 
Definition at line 98 of file Global.h.
Referenced by souffle::BaseTable< K, V >::get(), and souffle::BaseTable< K, V >::operator=().
 1.8.17
 1.8.17