File: tpl-cpp-body.php

package info (click to toggle)
collada-dom 2.4.4%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 17,096 kB
  • sloc: cpp: 156,849; php: 4,567; makefile: 38; sh: 32; python: 14
file content (25 lines) | stat: -rw-r--r-- 915 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
/*
* Copyright 2006 Sony Computer Entertainment Inc.
*
* Licensed under the MIT Open Source License, for details please see license.txt or the website
* http://www.opensource.org/licenses/mit-license.php
*
*/ 

if ( $_globals['copyright'] ) {
print $_globals['copyright_text'];
}
?>
#include <dae.h>
#include <<?= $_globals['meta_prefix'] ?>/daeDom.h>
#include <<?= $_globals['prefix'] ?>/<?= $_globals['prefix'] . ucfirst( $bag['element_name'] ) . ".h" ?>>
#include <<?= $_globals['meta_prefix'] ?>/daeMetaCMPolicy.h>
#include <<?= $_globals['meta_prefix'] ?>/daeMetaSequence.h>
#include <<?= $_globals['meta_prefix'] ?>/daeMetaChoice.h>
#include <<?= $_globals['meta_prefix'] ?>/daeMetaGroup.h>
#include <<?= $_globals['meta_prefix'] ?>/daeMetaAny.h>
#include <<?= $_globals['meta_prefix'] ?>/daeMetaElementAttribute.h>

<?= applyTemplate( 'CPP_METHODS', $bag ) ?>
<?= applyTemplate( 'CPP_STATIC', $bag ) ?>