File: zer_to_string.h

package info (click to toggle)
level-zero 1.28.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,308 kB
  • sloc: cpp: 149,246; ansic: 16,655; python: 12,807; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 * ***THIS FILE IS GENERATED. ***
 * See to_string.h.mako for modifications
 *
 * Copyright (C) 2025-2026 Intel Corporation
 *
 * SPDX-License-Identifier: MIT
 *
 * @file zer_to_string.h
 * 
 * to_string functions for Level Zero types
 */

#ifndef _ZER_TO_STRING_H
#define _ZER_TO_STRING_H

#include "ze_api.h"
#include <string>
#include <sstream>
#include <iomanip>

// Include ze_to_string.h for common definitions
#include "ze_to_string.h"

namespace loader {
// Struct to_string functions
} // namespace loader

#endif // _ZER_TO_STRING_H