[CastXML] Can I get the value of a member variable in a constructor?

Brad King brad.king at kitware.com
Mon Aug 15 09:54:01 EDT 2016


On 08/15/2016 09:48 AM, Seshu Yamajala wrote:
> Test::Test()
> {
>     type = TEST_TYPE;
> };
> 
> Is there a way to somehow get type = TEST_TYPE?

No.  No information about function bodies is included in the output.

-Brad



More information about the CastXML mailing list