Reputation: 1235
I am new to C++ and came across the following constructor.
Node::Node(
Po * po, const TP & tn, const Des& descs)
: BNode("Node", TJ::INNER_J, po, tn, descs) {
}
BNode is a class.
Let me know if you need more info.
Upvotes: 0
Views: 59
Reputation: 21773
Upvotes: 3