Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
nullptr.h File Reference
#include <cstddef>
Include dependency graph for nullptr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define kNullFunction   nullptr
 Copyright 2016 Google Inc. More...
 

Macro Definition Documentation

#define kNullFunction   nullptr

Copyright 2016 Google Inc.

All Rights Reserved.

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.QNX (gcc 4.4.2) and NaCl x86 gcc (4.4.3) do not define nullptr or nullptr_t, We define nullptr via the build system so nullptr can be used without this compatibility header. For nullptr_t or kNullFunction, however, you need to include this header.

Definition at line 38 of file nullptr.h.

Referenced by ion::base::DataContainer::CreateAndCopy(), and ion::base::DataContainer::CreateOverAllocated().