January 16, 2014 Learn » Re: Array of pointers | |||
|---|---|---|---|
| |||
...classes are reference types:
class Node
{
Node[] nodes; // This is valid
}
Structs are value types... | |||
January 14, 2014 General » Re: Graphics Library for D | |||
|---|---|---|---|
| |||
...a hierarchy of transforms, shapes and interactive nodes. A retained mode version of Display Postscript... | |||
January 14, 2014 Learn » Re: std.xml | |||
|---|---|---|---|
| |||
...to read XML files and replace the nodes I care about (shapes and transforms) with... | |||
January 13, 2014 Learn » Re: std.xml | |||
|---|---|---|---|
| |||
...implementation in Tango uses structs for the nodes so you cannot subclass that. -- /Jacob Carlborg | |||
January 13, 2014 Learn » Re: std.xml | |||
|---|---|---|---|
| |||
...using one of those and replace the nodes I am interested with subclasses after the... | |||
January 11, 2014 Announce » Re: Range-Based Graph Search in D (blog post) | |||
|---|---|---|---|
| |||
...all nodes. * I'd like a way to iterate seeing only edges, not nodes. * I... | |||
January 09, 2014 Announce » Re: Range-Based Graph Search in D (blog post) | |||
|---|---|---|---|
| |||
...most generic one. A variant, where the nodes store the flag internally is more efficient... | |||
January 08, 2014 General » Re: Adding Java and C++ to the MQTT benchmarks or: How I Learned to Stop Worrying and Love the Garbage Collector | |||
|---|---|---|---|
| |||
...if the dtor recursively frees all child nodes, so it's not that much better... | |||
December 21, 2013 General » Using std.container with std.allocator | |||
|---|---|---|---|
| |||
...after its items based on expiration of nodes. I'd like to use the new... | |||
December 17, 2013 General » Re: [OT] Efficient file structure for very large lookup tables? | |||
|---|---|---|---|
| |||
...using simpler, "dumber" file structures for storing nodes, with an in-memory Bloom filter to... | |||
Copyright © 1999-2021 by the D Language Foundation