- Nov 25, 2016
-
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- Nov 24, 2016
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
_node is not a private class member.
-
Dmitri Naumov authored
Extend and unify documentation, fix function's argument name.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Don't confuse doxygen.
-
- Nov 21, 2016
-
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Dmitri Naumov authored
-
- Nov 15, 2016
-
-
Norihiro Watanabe authored
-
- Nov 10, 2016
-
-
Tom Fischer authored
-
Dmitri Naumov authored
The vector is filled with pointers to base nodes.
-
-
-
- Nov 07, 2016
-
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
Norihiro Watanabe authored
-
- Oct 26, 2016
-
-
Norihiro Watanabe authored
-
- Oct 21, 2016
-
-
Norihiro Watanabe authored
-
- Oct 20, 2016
-
-
Karsten Rink authored
-
- Oct 12, 2016
-
-
Dmitri Naumov authored
The existing clone function is a direct copy, but setting different nodes is required.
-
- Oct 11, 2016
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Since boost-1.61 (and also not in the std::optional) optionals holding references do have some restrictions and are difficult to use. In this special case optional<PropertyVector&> is equivalent semantically to a PropertyVector*. The pointer indicates that it is not owning (contrary to usage of unique_ptr). Thanks to Christoph pointing this issue out.
-
Norihiro Watanabe authored
-
- Oct 04, 2016
-
-
Christoph Lehmann authored
-
- Sep 30, 2016
-
-
Tom Fischer authored
Allow modification of the component of the specified tuple.
-
- Sep 28, 2016
-
-
Dmitri Naumov authored
-