Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

ticpp::Node::GetValue not working as expected #71

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 0 comments
Open

ticpp::Node::GetValue not working as expected #71

GoogleCodeExporter opened this issue Mar 17, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. int myval;
2. ticpp::Element::GetValue(&myval); // assume object

What is the expected output? What do you see instead?
Expected: The value (text) gets passed to myval.
What happens: An exception is thrown (cannot convert value).

What version of the product are you using? On what operating system?
r126, compiled with mingw 4.8 (comes with QT), Windows 7 64bit.

Please provide any additional information below.
GetValue gets the name of the Element/node instead of the value.
This works as expected with attributes though.

Original issue reported on code.google.com by [email protected] on 9 Sep 2013 at 11:15

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant