struct CCL::NativePath

Overview

Helper class for converting URL to native path. More…

#include <iurl.h>

struct NativePath
{
    // fields

    uchar path [IUrl::kMaxLength];

    // construction

    NativePath ();
    NativePath (UrlRef url);

    // methods

    bool isValid () const;
    int size () const;
    operator const uchar * () const;
    operator uchar * ();
};

Detailed Documentation

Helper class for converting URL to native path.

<>