summaryrefslogtreecommitdiff
path: root/include/value.h
Commit message (Expand)AuthorAgeFilesLines
* Add tag::as methodljfa-ag2015-08-051-5/+3
* Add noexcept at some important placesljfa-ag2015-07-231-4/+4
* Add a few commentsljfa-ag2015-07-221-2/+3
* Elaborate on use and rationale of value and value_initializerljfa-ag2015-07-181-2/+28
* Add static_assert to ensure correct types for asljfa-ag2015-07-181-0/+3
* Add value::as method for conversionljfa-ag2015-07-181-7/+28
* Add list accessors to valueljfa-ag2015-07-121-0/+23
* Make value copyable (after all)ljfa-ag2015-07-071-8/+5
* Create copy and clone functions for value and tagljfa-ag2015-07-071-0/+5
* Specify undefined behavior on null valuesljfa-ag2015-07-071-0/+11
* Fix conflicting overload of operator[]ljfa-ag2015-07-051-0/+1
* Remove redundant includesljfa-ag2015-07-051-1/+0
* Correct documentations for operator[]ljfa-ag2015-07-051-1/+0
* Remove unneeded forward declarationsljfa-ag2015-07-031-4/+0
* Readd value constructor from tag&&ljfa-ag2015-07-031-0/+1
* Implement at and operator[] for valueljfa-ag2015-07-031-1/+0
* Create and implement get/set with tag for valueljfa-ag2015-07-031-0/+3
* Reorder and change documentation for valueljfa-ag2015-07-031-6/+17
* Remove useless explicitljfa-ag2015-07-031-1/+1
* Add get/set_ptr and operator bool to valueljfa-ag2015-07-021-5/+10
* Change description of value::operator=ljfa-ag2015-07-011-6/+11
* Partial implementation of valueljfa-ag2015-06-301-3/+3
* Change interfaces of tag_compound and value once againljfa-ag2015-06-301-15/+14
* Fix tag_compound and valueljfa-ag2015-06-291-0/+2
* Add at method to valueljfa-ag2015-06-281-0/+9
* Rename nbt_value to valueljfa-ag2015-06-281-0/+107