Panda3D
Loading...
Searching...
No Matches
vector_typedWritable.h
Go to the documentation of this file.
1/**
2 * PANDA 3D SOFTWARE
3 * Copyright (c) Carnegie Mellon University. All rights reserved.
4 *
5 * All use of this software is subject to the terms of the revised BSD
6 * license. You should have received a copy of this license along
7 * with this source code in a file named "LICENSE."
8 *
9 * @file vector_typedWritable.h
10 * @author jason
11 * @date 2000-06-19
12 */
13
14#ifndef VECTOR_TYPED_WRITABLE_H
15#define VECTOR_TYPED_WRITABLE_H
16
17#include "pandabase.h"
18
19#include "pvector.h"
20
21class TypedWritable;
22
23/**
24 * A vector of TypedWritable *. This class is defined once here, and exported
25 * to PANDA.DLL; other packages that want to use a vector of this type
26 * (whether they need to export it or not) should include this header file,
27 * rather than defining the vector again.
28 */
29
30#define EXPCL EXPCL_PANDA_PUTIL
31#define EXPTP EXPTP_PANDA_PUTIL
32#define TYPE TypedWritable *
33#define NAME vector_typedWritable
34
35#include "vector_src.h"
36
37#endif
Base class for objects that can be written to and read from Bam files.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.