All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.loader.t.booleanserializer Maven / Gradle / Ivy

.if ( "" == cast )
        out.printf( "%d", $l{self.class_name}_inst.${self.value} ? 1 : 0 );
.else
        out.printf( "%d", (${cast}$l{self.class_name}_inst.${self.value}) ? 1 : 0 );
.end if




© 2015 - 2025 Weber Informatics LLC | Privacy Policy