Sha256: 368d31305b2c108d7e5c3c92b15fd1e0b7aa6e06de8a2c311d4e8749ab866bca

Contents?: true

Size: 333 Bytes

Versions: 1

Compression:

Stored size: 333 Bytes

Contents

/*
 * File:  xptr.cpp
 * Copyright (C) 2004 The Institute for System Programming of the Russian Academy of Sciences (ISP RAS)
 */


#include "common/sedna.h"

#include "common/xptr.h"
#include "common/errdbg/d_printf.h"

void xptr::print() const
{ 
    d_printf3("(layer, addr) = (%d, 0x%x)\n", (int)layer, (unsigned int)addr); 
}


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sedna-0.6.0 vendor/sedna/kernel/common/xptr.cpp