1 // test to make sure setters are not generated for constants 2 3 %module immutable 4 5 6 %immutable; 7 %mutable; 8 9 %inline %{ 10 #define ABC -11 11 enum count {Zero, One, Two}; %} 12 13 14 %clearimmutable; 15 16 %inline %{ 17 #define XYZ -22 18 enum backwards {Tre=3, Duo=2, Uno=1}; 19 %} 20 21
Indexes created Mon Mar 22 12:03:31 UTC 2010
Terms of Use | Privacy | Trademarks | Copyright Policy | Site Guidelines | Site Map | Help Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use. © 2010, Oracle Corporation and/or its affiliates