summaryrefslogtreecommitdiff
path: root/src/value.cpp
Commit message (Expand)AuthorAgeFilesLines
* feat: add local test executable and improve JSON string escaping - Added opti...YongDo-Hyun9 days1-111/+69
* chore: comply with reuseDioEgizio2026-02-011-0/+4
* Inline some methodsljfa-ag2015-08-231-49/+0
* Rename libnbt.h to nbt_tags.hljfa-ag2015-07-301-1/+1
* 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
* 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
* Change description of value::operator=ljfa-ag2015-07-011-4/+0
* Partial implementation of valueljfa-ag2015-06-301-0/+60