GenApi  3.5.1
GCBase.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------------
2 // (c) 2005 by STEMMER IMAGING
3 //
4 // License: This file is published under the license of the EMVA GenICam Standard Group.
5 // A text file describing the legal terms is included in your installation as 'GenICam_license.pdf'.
6 // If for some reason you are missing this file please contact the EMVA or visit the website
7 // (http://www.genicam.org) for a full copy.
8 //
9 // THIS SOFTWARE IS PROVIDED BY THE EMVA GENICAM STANDARD GROUP "AS IS"
10 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
11 // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
12 // PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE EMVA GENICAM STANDARD GROUP
13 // OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
14 // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
15 // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
16 // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
17 // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
18 // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
19 // POSSIBILITY OF SUCH DAMAGE.
20 //
21 //-----------------------------------------------------------------------------
28 #ifndef GENICAM_GCBASE_H
29 #define GENICAM_GCBASE_H
30 
31 #include <Base/GCTypes.h>
32 #include <Base/GCString.h>
33 #include <Base/GCArray.h>
34 #include <Base/GCStringVector.h>
35 #include <Base/GCException.h>
36 #include <Base/GCUtilities.h>
37 
38 #endif // GENICAM_GCBASE_H
Portable string vector implementation.
Standard GenICam Exceptions.
Portable string implementation.
A fixed size array class.
GenICam common utilities.
Platform-dependent type definitions.