Panda3D
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
dtool
src
dtoolutil
vector_string.h
1
// Filename: vector_string.h
2
// Created by: drose (15May00)
3
//
4
////////////////////////////////////////////////////////////////////
5
//
6
// PANDA 3D SOFTWARE
7
// Copyright (c) Carnegie Mellon University. All rights reserved.
8
//
9
// All use of this software is subject to the terms of the revised BSD
10
// license. You should have received a copy of this license along
11
// with this source code in a file named "LICENSE."
12
//
13
////////////////////////////////////////////////////////////////////
14
15
#ifndef VECTOR_STRING_H
16
#define VECTOR_STRING_H
17
18
#include "dtoolbase.h"
19
20
////////////////////////////////////////////////////////////////////
21
// Class : vector_string
22
// Description : A vector of strings. This class is defined once here,
23
// and exported to DTOOL.DLL; other packages that want
24
// to use a vector of this type (whether they need to
25
// export it or not) should include this header file,
26
// rather than defining the vector again.
27
////////////////////////////////////////////////////////////////////
28
29
#define EXPCL EXPCL_DTOOL
30
#define EXPTP EXPTP_DTOOL
31
#define TYPE std::string
32
#define NAME vector_string
33
34
#include "vector_src.h"
35
36
// Tell GCC that we'll take care of the instantiation explicitly here.
37
#ifdef __GNUC__
38
#pragma interface
39
#endif
40
41
#endif
Generated on Mon Feb 1 2016 13:44:15 for Panda3D by
1.8.5