summaryrefslogtreecommitdiff
path: root/src/value.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Inline some methodsljfa-ag2015-08-231-49/+0
|
* Rename libnbt.h to nbt_tags.hljfa-ag2015-07-301-1/+1
| | | | Add missing forward declaration to tagfwd.h
* Add noexcept at some important placesljfa-ag2015-07-231-1/+1
|
* Implement and test list accessors for valueljfa-ag2015-07-121-0/+20
|
* Make value copyable (after all)ljfa-ag2015-07-071-5/+13
|
* Create copy and clone functions for value and tagljfa-ag2015-07-071-0/+5
|
* Fix conflicting overload of operator[]ljfa-ag2015-07-051-0/+5
|
* Make some value methods null-safeljfa-ag2015-07-041-10/+31
|
* Readd value constructor from tag&&ljfa-ag2015-07-031-0/+4
|
* Implement at and operator[] for valueljfa-ag2015-07-031-0/+15
|
* Create and implement get/set with tag for valueljfa-ag2015-07-031-1/+26
|
* Preliminarily implement primitive conversionljfa-ag2015-07-031-0/+234
| | | | needs to be done in a better way for sure
* Implement cast and assignment of string for valueljfa-ag2015-07-031-0/+16
|
* Add get/set_ptr and operator bool to valueljfa-ag2015-07-021-5/+19
|
* Create tag::assign methodljfa-ag2015-07-011-1/+3
| | | | Implement value::operator= in terms of it
* Change description of value::operator=ljfa-ag2015-07-011-4/+0
| | | | Remove value constructor from tag&&
* Partial implementation of valueljfa-ag2015-06-301-0/+60