Defines | Typedefs

openfst-1.2.6/src/include/fst/types.h File Reference

#include <cstdlib>
#include <stdint.h>
#include <fst/compat.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define FST_LIB_TYPES_H__
 for DISALLOW_COPY_AND_ASSIGN

Typedefs

typedef int8_t int8
typedef int16_t int16
typedef int32_t int32
typedef int64_t int64
typedef uint8_t uint8
typedef uint16_t uint16
typedef uint32_t uint32
typedef uint64_t uint64

Detailed Description

types.h

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Author: riley@google.com (Michael Riley)

Various type definitions (mostly for Google compatibility).

Definition in file types.h.


Define Documentation

#define FST_LIB_TYPES_H__

for DISALLOW_COPY_AND_ASSIGN

for ssize_t int*_t

Definition at line 26 of file types.h.


Typedef Documentation

typedef int16_t int16

Definition at line 29 of file types.h.

typedef int32_t int32

Definition at line 30 of file types.h.

typedef int64_t int64

Definition at line 31 of file types.h.

typedef int8_t int8

Definition at line 28 of file types.h.

typedef uint16_t uint16

Definition at line 34 of file types.h.

typedef uint32_t uint32

Definition at line 35 of file types.h.

typedef uint64_t uint64

Definition at line 36 of file types.h.

typedef uint8_t uint8

Definition at line 33 of file types.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines